mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Migrate portfolio summary component to standalone * Update changelogpull/5454/head^2
committed by
GitHub
4 changed files with 11 additions and 21 deletions
@ -1,15 +0,0 @@ |
|||||
import { GfValueComponent } from '@ghostfolio/ui/value'; |
|
||||
|
|
||||
import { CommonModule } from '@angular/common'; |
|
||||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
||||
import { MatTooltipModule } from '@angular/material/tooltip'; |
|
||||
|
|
||||
import { PortfolioSummaryComponent } from './portfolio-summary.component'; |
|
||||
|
|
||||
@NgModule({ |
|
||||
declarations: [PortfolioSummaryComponent], |
|
||||
exports: [PortfolioSummaryComponent], |
|
||||
imports: [CommonModule, GfValueComponent, MatTooltipModule], |
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
||||
}) |
|
||||
export class GfPortfolioSummaryModule {} |
|
Loading…
Reference in new issue