mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Migrate portfolio performance component to standalone * Update changelogpull/5358/head^2
committed by
GitHub
4 changed files with 11 additions and 22 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