akserg / ng2-toasty

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

No styles included #13

Closed JulioC closed 8 years ago

JulioC commented 8 years ago

I can't find how to include the styles used by this component. The DOM elements get inserted correctly, but no CSS is injected.

akserg commented 8 years ago

Everything depends on module loader. Did you have a look at simple examples:

JulioC commented 8 years ago

Thanks, that solved my issue.

Maybe you should put a note on the README about the fact that we need to import the CSS manually.

akserg commented 8 years ago

Ok, will do.

belall-shaikh commented 8 years ago

can you please mention that where we need to import the CSS. I can't find any CSS link in the samples.

akserg commented 8 years ago

I have updated the README.