akserg / ng2-toasty

Angular2 Toasty component shows growl-style alerts and messages for your app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not import and use it with angular 2.0.0

tuoitrexuquang opened this issue · comments

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

Thanks, i work now

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'