mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 11:20:13 +01:00
Remove unused angular2-toaster package
This commit is contained in:
parent
1b75ccfb40
commit
47224d8a48
3 changed files with 2 additions and 10 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
|
@ -2572,11 +2572,6 @@
|
|||
"chart.js": "^2.3.0"
|
||||
}
|
||||
},
|
||||
"angular2-toaster": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/angular2-toaster/-/angular2-toaster-7.0.0.tgz",
|
||||
"integrity": "sha512-+nKyzg7X9r9knVghyURR63eXpbvErd/Hm7c7rx/v4gfqI7jNAkWHxO1tikVKEQFoD+au6Fu54LOGhEmXb0ECxg=="
|
||||
},
|
||||
"ansi-colors": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@
|
|||
"@nebular/theme": "5.0.0-beta.8",
|
||||
"@swimlane/ngx-charts": "^13.0.2",
|
||||
"angular2-chartjs": "0.4.1",
|
||||
"angular2-toaster": "^7.0.0",
|
||||
"bootstrap": "4.3.1",
|
||||
"chart.js": "2.7.1",
|
||||
"ckeditor": "4.7.3",
|
||||
|
|
|
|||
|
|
@ -1,13 +1,11 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { ToasterConfig } from 'angular2-toaster';
|
||||
|
||||
import 'style-loader!angular2-toaster/toaster.css';
|
||||
import {
|
||||
NbComponentStatus,
|
||||
NbGlobalLogicalPosition,
|
||||
NbGlobalPhysicalPosition,
|
||||
NbGlobalPosition,
|
||||
NbToastrService,
|
||||
NbToastrConfig,
|
||||
} from '@nebular/theme';
|
||||
|
||||
@Component({
|
||||
|
|
@ -18,7 +16,7 @@ import {
|
|||
export class ToastrComponent {
|
||||
constructor(private toastrService: NbToastrService) {}
|
||||
|
||||
config: ToasterConfig;
|
||||
config: NbToastrConfig;
|
||||
|
||||
index = 1;
|
||||
destroyByClick = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue