Skip to content

Commit

Permalink
feat(toaster): update toaster to latest version (6.0.0) (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo authored and nnixaa committed Jun 5, 2018
1 parent fbe12a9 commit b85034e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@swimlane/ngx-charts": "7.0.1",
"angular-tree-component": "7.2.0",
"angular2-chartjs": "0.4.1",
"angular2-toaster": "4.0.1",
"angular2-toaster": "6.0.0",
"bootstrap": "4.0.0",
"chart.js": "2.7.1",
"ckeditor": "4.7.3",
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/components/components.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ComponentsRoutingModule, routedComponents } from './components-routing.
ThemeModule,
ComponentsRoutingModule,
TreeModule,
ToasterModule,
ToasterModule.forRoot(),
],
declarations: [
...routedComponents,
Expand Down

0 comments on commit b85034e

Please sign in to comment.