Angular 7 - Animate CSS

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

Angular 7 - Animate CSS

🎬Video version: https://www.youtube.com/watch?v=oBuyoZQZYpc

Step 0

Installing angular-cli

Note: you can skip this part if you already have application generated

Step 1

  • Install animate.css

Step 2

  • Open angular.json and insert a new entry into the styles array:

Step 3

  • Open src/app/app.component.html and add the animated flip class in a div:

Step 4

  • Launch the application:

animated flip class added to the main div of the default app.

Last updated

Was this helpful?