mirror of https://github.com/ghostfolio/ghostfolio
6 changed files with 15 additions and 26 deletions
@ -1,14 +0,0 @@ |
|||
import { CommonModule } from '@angular/common'; |
|||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|||
import { MatButtonModule } from '@angular/material/button'; |
|||
import { IonIcon } from '@ionic/angular/standalone'; |
|||
|
|||
import { DialogFooterComponent } from './dialog-footer.component'; |
|||
|
|||
@NgModule({ |
|||
declarations: [DialogFooterComponent], |
|||
exports: [DialogFooterComponent], |
|||
imports: [CommonModule, IonIcon, MatButtonModule], |
|||
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|||
}) |
|||
export class GfDialogFooterModule {} |
|||
Loading…
Reference in new issue