|
|
@ -1,7 +1,9 @@ |
|
|
|
import { CommonModule } from '@angular/common'; |
|
|
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
|
|
import { MatCardModule } from '@angular/material/card'; |
|
|
|
import { MatDialogModule } from '@angular/material/dialog'; |
|
|
|
import { MatProgressBarModule } from '@angular/material/progress-bar'; |
|
|
|
import { MatTooltipModule } from '@angular/material/tooltip'; |
|
|
|
import { GfToggleModule } from '@ghostfolio/client/components/toggle/toggle.module'; |
|
|
|
import { GfWorldMapChartModule } from '@ghostfolio/client/components/world-map-chart/world-map-chart.module'; |
|
|
|
import { GfActivitiesFilterModule } from '@ghostfolio/ui/activities-filter/activities-filter.module'; |
|
|
@ -24,7 +26,9 @@ import { AllocationsPageComponent } from './allocations-page.component'; |
|
|
|
GfWorldMapChartModule, |
|
|
|
GfValueModule, |
|
|
|
MatCardModule, |
|
|
|
MatProgressBarModule |
|
|
|
MatDialogModule, |
|
|
|
MatProgressBarModule, |
|
|
|
MatTooltipModule |
|
|
|
], |
|
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
|
|
}) |
|
|
|