Open levinhtxbt opened 7 years ago
Try to run 'webpack --config webpack.config.vendor.js' in command line. If you are working with ASP NET Core it doesn`t run webpack with this config automatically.
I tried but not working
Try to add @import '~ng2-toasty/bundles/style-bootstrap.css'; in your styles.css
I have the same problem. stuck for a long time. Webpack is not command supported. I have followed Mosh Madani tutorial for learning from udamy.
Hi. I have a problem when i try to implement ng2-toasty in a class that implements from ErroHandler. The toasts appeared but without any styles. I have added 'ng2-toasty', 'ng2-toasty/bundles/style-bootstrap.css', in webpack.config.vendor.js. If I call in component, everything is ok.
This is CustomErrorHandler:
This is "app.module"
Screenshot:
Could you give me a way to fix. Thanks