fix(demo): refactor notifications

This commit is contained in:
KostyaDanovsky 2017-07-24 15:28:56 +03:00
parent b403977592
commit 43aca56e0d
5 changed files with 124 additions and 65 deletions

View file

@ -1,4 +1,5 @@
import { NgModule } from '@angular/core';
import { NgaCheckboxModule } from '@akveo/nga-theme';
import { TreeModule } from 'ng2-tree';
import { ToasterModule } from 'angular2-toaster';
@ -13,6 +14,7 @@ import { ComponentsRoutingModule, routedComponents } from './components-routing.
ComponentsRoutingModule,
TreeModule,
ToasterModule,
NgaCheckboxModule,
],
declarations: [
...routedComponents,