September 2017
Intermediate to advanced
450 pages
11h 24m
English
The commands mentioned in the preceding section may seem very different, but in reality they both do exactly the same thing. Both install all the Angular 4's libraries to your node_modules directory and save the dependencies in your package.json file.
This installation command may take a few minutes to complete, but after it is done, your package.json file will be only file that's updated by this process:

The amazing thing about this upgrade process is that this is pretty much all there is to it. Upon restarting your Angular application, ...
Read now
Unlock full access