mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
14 changed files with 138 additions and 49 deletions
@ -1,16 +0,0 @@ |
|||||
import { GfValueComponent } from '@ghostfolio/ui/value'; |
|
||||
|
|
||||
import { CommonModule } from '@angular/common'; |
|
||||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
||||
import { IonIcon } from '@ionic/angular/standalone'; |
|
||||
import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; |
|
||||
|
|
||||
import { PortfolioPerformanceComponent } from './portfolio-performance.component'; |
|
||||
|
|
||||
@NgModule({ |
|
||||
declarations: [PortfolioPerformanceComponent], |
|
||||
exports: [PortfolioPerformanceComponent], |
|
||||
imports: [CommonModule, GfValueComponent, IonIcon, NgxSkeletonLoaderModule], |
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
||||
}) |
|
||||
export class GfPortfolioPerformanceModule {} |
|
Loading…
Reference in new issue