|
|
@ -39,6 +39,7 @@ import { GfSymbolAutocompleteComponent } from '@ghostfolio/ui/symbol-autocomplet |
|
|
import { GfValueComponent } from '@ghostfolio/ui/value'; |
|
|
import { GfValueComponent } from '@ghostfolio/ui/value'; |
|
|
|
|
|
|
|
|
import { TextFieldModule } from '@angular/cdk/text-field'; |
|
|
import { TextFieldModule } from '@angular/cdk/text-field'; |
|
|
|
|
|
import { CommonModule } from '@angular/common'; |
|
|
import { HttpErrorResponse } from '@angular/common/http'; |
|
|
import { HttpErrorResponse } from '@angular/common/http'; |
|
|
import { |
|
|
import { |
|
|
ChangeDetectionStrategy, |
|
|
ChangeDetectionStrategy, |
|
|
@ -112,6 +113,7 @@ import { AssetProfileDialogParams } from './interfaces/interfaces'; |
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
host: { class: 'd-flex flex-column h-100' }, |
|
|
host: { class: 'd-flex flex-column h-100' }, |
|
|
imports: [ |
|
|
imports: [ |
|
|
|
|
|
CommonModule, |
|
|
FormsModule, |
|
|
FormsModule, |
|
|
GfCurrencySelectorComponent, |
|
|
GfCurrencySelectorComponent, |
|
|
GfEntityLogoComponent, |
|
|
GfEntityLogoComponent, |
|
|
|