mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
5 changed files with 18 additions and 41 deletions
@ -1,26 +0,0 @@ |
|||||
import { GfHomeHoldingsComponent } from '@ghostfolio/client/components/home-holdings/home-holdings.component'; |
|
||||
import { GfHomeOverviewComponent } from '@ghostfolio/client/components/home-overview/home-overview.component'; |
|
||||
|
|
||||
import { CommonModule } from '@angular/common'; |
|
||||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
||||
import { MatTabsModule } from '@angular/material/tabs'; |
|
||||
import { RouterModule } from '@angular/router'; |
|
||||
import { IonIcon } from '@ionic/angular/standalone'; |
|
||||
|
|
||||
import { ZenPageRoutingModule } from './zen-page-routing.module'; |
|
||||
import { ZenPageComponent } from './zen-page.component'; |
|
||||
|
|
||||
@NgModule({ |
|
||||
declarations: [ZenPageComponent], |
|
||||
imports: [ |
|
||||
CommonModule, |
|
||||
GfHomeHoldingsComponent, |
|
||||
GfHomeOverviewComponent, |
|
||||
IonIcon, |
|
||||
MatTabsModule, |
|
||||
RouterModule, |
|
||||
ZenPageRoutingModule |
|
||||
], |
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
||||
}) |
|
||||
export class ZenPageModule {} |
|
Loading…
Reference in new issue