|
|
@ -1,14 +1,13 @@ |
|
|
|
import { CommonModule } from '@angular/common'; |
|
|
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
|
|
import { MatButtonModule } from '@angular/material/button'; |
|
|
|
import { GfSymbolIconModule } from '@ghostfolio/client/components/symbol-icon/symbol-icon.module'; |
|
|
|
|
|
|
|
import { DialogHeaderComponent } from './dialog-header.component'; |
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
declarations: [DialogHeaderComponent], |
|
|
|
exports: [DialogHeaderComponent], |
|
|
|
imports: [CommonModule, GfSymbolIconModule, MatButtonModule], |
|
|
|
imports: [CommonModule, MatButtonModule], |
|
|
|
providers: [], |
|
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
|
|
}) |
|
|
|