akserg / ng2-toasty

Angular2 Toasty component shows growl-style alerts and messages for your app.
MIT License
283 stars 102 forks source link

Can not import and use it with angular 2.0.0 #37

Closed tuoitrexuquang closed 8 years ago

tuoitrexuquang commented 8 years ago

I'm using angular 2 latest version and webpack. But i can't not import and use it i follow document from https://github.com/akserg/ng2-toasty

I got error: Module '"../node_modules/ng2-toasty/index"' has no exported member 'ToastyModule'. when import { ToastyModule } from 'ng2-toasty';

Could you pls help? thanks

tuoitrexuquang commented 8 years ago

Thanks, i work now

Kekstas commented 8 years ago

How you have fixed it I can't start it working with webpack and angular 2.0.0 when do import { ToastyModule } from 'ng2-toasty';
it do not recognize ng2-toasty as well as ToastyModule, ToastyService, ToastyConfig, ToastOptions, ToastData from 'ng2-toasty'