mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
7 changed files with 17 additions and 23 deletions
@ -1,12 +0,0 @@ |
|||
import { CommonModule } from '@angular/common'; |
|||
import { NgModule } from '@angular/core'; |
|||
import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; |
|||
|
|||
import { InvestmentChartComponent } from './investment-chart.component'; |
|||
|
|||
@NgModule({ |
|||
declarations: [InvestmentChartComponent], |
|||
exports: [InvestmentChartComponent], |
|||
imports: [CommonModule, NgxSkeletonLoaderModule] |
|||
}) |
|||
export class GfInvestmentChartModule {} |
|||
Loading…
Reference in new issue