Angular 7 - Animate CSS
In this article, we'll see how to setup Animate CSS in Angular 7.
Last updated
In this article, we'll see how to setup Animate CSS in Angular 7.
Last updated
🎬Video version: https://www.youtube.com/watch?v=oBuyoZQZYpc
Installing angular-cli
Note: you can skip this part if you already have application generated
Install animate.css
Open angular.json
and insert a new entry into the styles array:
Open src/app/app.component.html
and add the animated flip
class in a div:
Launch the application: