mirror of https://github.com/ghostfolio/ghostfolio
13 changed files with 56 additions and 136 deletions
@ -1,21 +0,0 @@ |
|||
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 { FaqPageRoutingModule } from './faq-page-routing.module'; |
|||
import { FaqPageComponent } from './faq-page.component'; |
|||
|
|||
@NgModule({ |
|||
declarations: [FaqPageComponent], |
|||
imports: [ |
|||
CommonModule, |
|||
FaqPageRoutingModule, |
|||
IonIcon, |
|||
MatTabsModule, |
|||
RouterModule |
|||
], |
|||
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|||
}) |
|||
export class FaqPageModule {} |
@ -1,20 +0,0 @@ |
|||
import { GfPremiumIndicatorComponent } from '@ghostfolio/ui/premium-indicator'; |
|||
|
|||
import { CommonModule } from '@angular/common'; |
|||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|||
import { MatCardModule } from '@angular/material/card'; |
|||
|
|||
import { FaqOverviewPageRoutingModule } from './faq-overview-page-routing.module'; |
|||
import { FaqOverviewPageComponent } from './faq-overview-page.component'; |
|||
|
|||
@NgModule({ |
|||
declarations: [FaqOverviewPageComponent], |
|||
imports: [ |
|||
CommonModule, |
|||
FaqOverviewPageRoutingModule, |
|||
GfPremiumIndicatorComponent, |
|||
MatCardModule |
|||
], |
|||
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|||
}) |
|||
export class FaqOverviewPageModule {} |
@ -1,20 +0,0 @@ |
|||
import { GfPremiumIndicatorComponent } from '@ghostfolio/ui/premium-indicator'; |
|||
|
|||
import { CommonModule } from '@angular/common'; |
|||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|||
import { MatCardModule } from '@angular/material/card'; |
|||
|
|||
import { SaasPageRoutingModule } from './saas-page-routing.module'; |
|||
import { SaasPageComponent } from './saas-page.component'; |
|||
|
|||
@NgModule({ |
|||
declarations: [SaasPageComponent], |
|||
imports: [ |
|||
CommonModule, |
|||
GfPremiumIndicatorComponent, |
|||
MatCardModule, |
|||
SaasPageRoutingModule |
|||
], |
|||
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|||
}) |
|||
export class SaasPageModule {} |
@ -1,20 +0,0 @@ |
|||
import { GfPremiumIndicatorComponent } from '@ghostfolio/ui/premium-indicator'; |
|||
|
|||
import { CommonModule } from '@angular/common'; |
|||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|||
import { MatCardModule } from '@angular/material/card'; |
|||
|
|||
import { SelfHostingPageRoutingModule } from './self-hosting-page-routing.module'; |
|||
import { SelfHostingPageComponent } from './self-hosting-page.component'; |
|||
|
|||
@NgModule({ |
|||
declarations: [SelfHostingPageComponent], |
|||
imports: [ |
|||
CommonModule, |
|||
GfPremiumIndicatorComponent, |
|||
MatCardModule, |
|||
SelfHostingPageRoutingModule |
|||
], |
|||
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|||
}) |
|||
export class SelfHostingPageModule {} |
Loading…
Reference in new issue