mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-20 06:58:08 +01:00
fix(demo): refactor notifications
This commit is contained in:
parent
b403977592
commit
43aca56e0d
5 changed files with 124 additions and 65 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue