July 2017
Intermediate to advanced
454 pages
10h 1m
English
As we discussed earlier, Angular animations have been forked out as a separate library and need to be installed separately.
In this section, we will discuss how to get the latest Angular animation version and install it; follow these steps:
You can install it using the following npm command:
npm install @angular/animations@latest --save
Running the preceding command will save the latest version of the Angular animations library and add it as a dependency in the package.json file.
To make sure that we have installed the Angular animations library, open the package.json file, and there should be an ...
Read now
Unlock full access