|
|
@ -1,4 +1,3 @@ |
|
|
import { GfSymbolPipe } from '@ghostfolio/client/pipes/symbol/symbol.pipe'; |
|
|
|
|
|
import { getLocale } from '@ghostfolio/common/helper'; |
|
|
import { getLocale } from '@ghostfolio/common/helper'; |
|
|
import { |
|
|
import { |
|
|
AssetProfileIdentifier, |
|
|
AssetProfileIdentifier, |
|
|
@ -34,7 +33,6 @@ import { GfValueComponent } from '../value/value.component'; |
|
|
imports: [ |
|
|
imports: [ |
|
|
CommonModule, |
|
|
CommonModule, |
|
|
GfEntityLogoComponent, |
|
|
GfEntityLogoComponent, |
|
|
GfSymbolPipe, |
|
|
|
|
|
GfValueComponent, |
|
|
GfValueComponent, |
|
|
MatButtonModule, |
|
|
MatButtonModule, |
|
|
MatDialogModule, |
|
|
MatDialogModule, |
|
|
|