Task/migrate investment chart component to standalone (#5490)
* Migrate investment chart component to standalone * Update changelog --------- Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>pull/5501/head
parent
1845e016c8
commit
4aafc01594
@ -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