mirror of https://github.com/ghostfolio/ghostfolio
Thomas Kaul
2 years ago
committed by
GitHub
4 changed files with 10 additions and 96 deletions
@ -1,21 +1,13 @@ |
|||
import { CommonModule } from '@angular/common'; |
|||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|||
import { MatButtonModule } from '@angular/material/button'; |
|||
import { MatCardModule } from '@angular/material/card'; |
|||
import { GfValueModule } from '@ghostfolio/ui/value'; |
|||
|
|||
import { AboutPageRoutingModule } from './about-page-routing.module'; |
|||
import { AboutPageComponent } from './about-page.component'; |
|||
|
|||
@NgModule({ |
|||
declarations: [AboutPageComponent], |
|||
imports: [ |
|||
AboutPageRoutingModule, |
|||
CommonModule, |
|||
GfValueModule, |
|||
MatButtonModule, |
|||
MatCardModule |
|||
], |
|||
imports: [AboutPageRoutingModule, CommonModule, MatButtonModule], |
|||
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|||
}) |
|||
export class AboutPageModule {} |
|||
|
Loading…
Reference in new issue