September 2017
Intermediate to advanced
450 pages
11h 24m
English
One of the best parts about removing libraries, such as animations, from Angular 4's core dependencies is that we can now decide whether we want to or not. If our application doesn't need any animation capability, it is completely safe for us to not include it as a dependency in our package.json or as a part of our NPM install upgrade command. If we change our mind later, we can always install the animation library when the need arises. Depending on the functionality of your web application, you may also be able to do without the router, forms, or HTTP libraries.
Once your upgraded Angular 4 application successfully compiles, ensure that you take time to check that all your existing automated tests ...
Read now
Unlock full access