mirror of https://github.com/ghostfolio/ghostfolio
3 changed files with 10 additions and 28 deletions
@ -1,23 +0,0 @@ |
|||||
import { GfBenchmarkComponent } from '@ghostfolio/ui/benchmark'; |
|
||||
|
|
||||
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 { CreateWatchlistItemDialogComponent } from './create-watchlist-item-dialog/create-watchlist-item-dialog.component'; |
|
||||
import { HomeWatchlistComponent } from './home-watchlist.component'; |
|
||||
|
|
||||
@NgModule({ |
|
||||
declarations: [HomeWatchlistComponent], |
|
||||
exports: [HomeWatchlistComponent], |
|
||||
imports: [ |
|
||||
CommonModule, |
|
||||
GfBenchmarkComponent, |
|
||||
CreateWatchlistItemDialogComponent, |
|
||||
MatButtonModule, |
|
||||
RouterModule |
|
||||
], |
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
||||
}) |
|
||||
export class GfHomeWatchlistModule {} |
|
Loading…
Reference in new issue