Angular 7 - Animate CSS
In this article, we'll see how to setup Animate CSS in Angular 7.

Step 0
Step 1
Step 2
Step 3
Step 4

Last updated
Was this helpful?
In this article, we'll see how to setup Animate CSS in Angular 7.


Last updated
Was this helpful?
Was this helpful?
sudo npm i -g @angular/cli@next
ng new angular7app
cd angular7app npm install animate.css --save "styles": [
"node_modules/animate.css/animate.min.css",
"styles.css",
],<div class="animated flip">
...
</span>ng serve -o