refactor(theme): get back lost dependencies

This commit is contained in:
Dmitry Nehaychik 2017-06-13 21:04:29 +03:00
parent b9ca0163ff
commit f217e1f97a
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
import { Component } from '@angular/core';
import { ToasterService, ToasterConfig, Toast } from 'angular2-toaster';
import 'style-loader!angular2-toaster/toaster.css';
@Component({
selector: 'ngx-toasters',
styleUrls: ['toaster.component.scss'],