In this chapter, we introduced Angular animations. Animations are key to designing and building beautiful user experiences with smooth transitions and element effects.
We covered how to install and import the Angular animations library and use various modules inside the library.
We discussed important modules, such as state, style, animate, trigger, transition, and keyframes.
We created and implemented some examples using Angular animations.
Finally, we created a web application sidebar menu with some animations. Now, over to you!
In the next chapter, you will learn how to integrate Bootstrap with Angular applications. Bootstrap is arguably the most popular frontend framework out there and, in this chapter, you will learn what it means to have an Angular x Bootstrap application.