Add missinf component in operation module.
This commit is contained in:
parent
99d0eb6d1c
commit
e24d5defb7
@ -8,6 +8,8 @@ import { HttpModule } from '@angular/http';
|
||||
import { NgLoggerModule, Level } from '@nsalaun/ng-logger';
|
||||
import { RestangularModule } from 'ngx-restangular';
|
||||
|
||||
import { BalanceChartComponent } from './balanceChart.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
HttpModule,
|
||||
@ -16,5 +18,11 @@ import { RestangularModule } from 'ngx-restangular';
|
||||
NgLoggerModule,
|
||||
RestangularModule,
|
||||
],
|
||||
declarations: [
|
||||
BalanceChartComponent,
|
||||
],
|
||||
entryComponents: [
|
||||
BalanceChartComponent,
|
||||
]
|
||||
})
|
||||
export class OperationModule {}
|
||||
|
Loading…
Reference in New Issue
Block a user