|
@ -6,12 +6,14 @@ import { RouterModule } from '@angular/router'; |
|
|
import { GfWorldMapChartModule } from '@ghostfolio/client/components/world-map-chart/world-map-chart.module'; |
|
|
import { GfWorldMapChartModule } from '@ghostfolio/client/components/world-map-chart/world-map-chart.module'; |
|
|
import { GfLogoModule } from '@ghostfolio/ui/logo'; |
|
|
import { GfLogoModule } from '@ghostfolio/ui/logo'; |
|
|
import { GfValueModule } from '@ghostfolio/ui/value'; |
|
|
import { GfValueModule } from '@ghostfolio/ui/value'; |
|
|
|
|
|
import { CarouselItem } from '@ghostfolio/ui/carousel/carousel-item.directive'; |
|
|
|
|
|
import { Carousel } from '@ghostfolio/ui/carousel/carousel'; |
|
|
|
|
|
|
|
|
import { LandingPageRoutingModule } from './landing-page-routing.module'; |
|
|
import { LandingPageRoutingModule } from './landing-page-routing.module'; |
|
|
import { LandingPageComponent } from './landing-page.component'; |
|
|
import { LandingPageComponent } from './landing-page.component'; |
|
|
|
|
|
|
|
|
@NgModule({ |
|
|
@NgModule({ |
|
|
declarations: [LandingPageComponent], |
|
|
declarations: [Carousel, CarouselItem, LandingPageComponent], |
|
|
imports: [ |
|
|
imports: [ |
|
|
CommonModule, |
|
|
CommonModule, |
|
|
GfLogoModule, |
|
|
GfLogoModule, |
|
|