Add missing modules.

This commit is contained in:
Alexis Lahouze 2017-07-30 16:04:05 +02:00
parent fb477429cc
commit 7966301651
1 changed files with 7 additions and 1 deletions

View File

@ -5,8 +5,11 @@ import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { HttpModule } from '@angular/http';
import { NgLoggerModule, Level } from '@nsalaun/ng-logger';
import { RestangularModule } from 'ngx-restangular';
import { NgLoggerModule, Level } from '@nsalaun/ng-logger';
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { TextMaskModule } from 'angular2-text-mask';
import { BalanceChartComponent } from './balanceChart.component';
import { CategoryChartComponent } from './categoryChart.component';
@ -33,6 +36,9 @@ export function accountIdServiceFactory(i: any) {
FormsModule,
NgLoggerModule,
RestangularModule,
ToastrModule,
NgbModule,
TextMaskModule
],
providers: [
CategoryService,