666
This commit is contained in:
@ -24,6 +24,7 @@ import { DatatableMantableComponent } from './components/busitable/mantable/mant
|
||||
import { BusitablePillarComponent } from './components/busitable/busiindex/pillar/pillar.component';
|
||||
import { DatatableReportingFundInfoComponent } from './reporting/components/fund-info/fund-info.component';
|
||||
import { BusitableCurveComponent } from './components/busitable/busiindex/curve2/curve.component';
|
||||
import { FinanceTableCurveComponent } from './components/financetable/curve/curve.component';
|
||||
|
||||
const COMPONENTS: Type<void>[] = [
|
||||
DatatableDataindexComponent,
|
||||
@ -49,7 +50,9 @@ const COMPONENTS: Type<void>[] = [
|
||||
BusitablePillarComponent,
|
||||
DatatableFundReportingComponent,
|
||||
BusitableCurveComponent,
|
||||
DatatableReportingFundInfoComponent]
|
||||
DatatableReportingFundInfoComponent,
|
||||
FinanceTableCurveComponent
|
||||
]
|
||||
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user