mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-08 10:38:50 +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
|
|
@ -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