From the course: Angular: Animations

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Verifying the animations package

Verifying the animations package - Angular Tutorial

From the course: Angular: Animations

Start my 1-month free trial

Verifying the animations package

- [Narrator] When you first create a new project using Angular CLI, all of the basic packages are included such as Angular Common, Angular Core, Angular Platform-browser, but in older versions of the CLI, Angular/animations might not be included. It's necessary to check for this inside your package.json file. So find the package.json at the project root and open it up inside of Visual Studio Code. Then to verify all we need to do is scroll down a little bit and look in dependencies where you find things like angular/core. Here's angular/animations, and this is telling us that it's 4.0.0, or the latest version should actually be downloaded and installed. Now for most of what we're doing in this course, we're working off of angular 4.2 or above. If we want to verify the version of angular that we're using, all we need to do is go down into our terminal, and if we already have something running we can always stop it, however, we can also create new terminals through Visual Studio Code…

Contents