Open ltlombardi opened 6 years ago
@ltlombardi Thanks a lot for this. Finally got it working. But the layout seems to be different and there is no animation. Any idea how to fix it?
By the documentation you need to add a third party animation file called Animate.css http://bootstrap-notify.remabledesigns.com/#documentation You need to load this in Angular, just like you did with the Bootstrap css via de angular-cli.json The layout issues I don't know.
Thanks again. It works as expected after adding the animation.css stylesheet
Awesome, I will work on adding this to the documentation.
Thanks for helping out while I took a year-long break looking into other career options
I decided to put this here, because it would help other developers even if the repo owner doesn't get around to integrating this in the repo documentation.
Your project has to have jquery and bootstrap already installed and working. After that follow this:
npm install bootstrap-notify --save
npm install @types/bootstrap-notify --save
import * as $ from ‘jquery’;
andimport 'bootstrap-notify';
You don't need to add the library in angular-cli.json, or index.html.