mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
5 changed files with 27 additions and 42 deletions
@ -1,26 +0,0 @@ |
|||||
import { GfLogoComponent } from '@ghostfolio/ui/logo'; |
|
||||
|
|
||||
import { CommonModule } from '@angular/common'; |
|
||||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
||||
import { MatButtonModule } from '@angular/material/button'; |
|
||||
import { RouterModule } from '@angular/router'; |
|
||||
import { IonIcon } from '@ionic/angular/standalone'; |
|
||||
|
|
||||
import { RegisterPageRoutingModule } from './register-page-routing.module'; |
|
||||
import { RegisterPageComponent } from './register-page.component'; |
|
||||
import { ShowAccessTokenDialogModule } from './show-access-token-dialog/show-access-token-dialog.module'; |
|
||||
|
|
||||
@NgModule({ |
|
||||
declarations: [RegisterPageComponent], |
|
||||
imports: [ |
|
||||
CommonModule, |
|
||||
GfLogoComponent, |
|
||||
IonIcon, |
|
||||
MatButtonModule, |
|
||||
RegisterPageRoutingModule, |
|
||||
RouterModule, |
|
||||
ShowAccessTokenDialogModule |
|
||||
], |
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
||||
}) |
|
||||
export class RegisterPageModule {} |
|
Loading…
Reference in new issue