April 2018
Beginner
226 pages
4h 47m
English
The new Angular leverages command line interface (cli) for various purposes such as application booting, deployment, or creating components. The command used to perform such tasks are prefixed with the ng command. For instance: the ng serve command, to compile the code just in time and keep watch on file changes via webpack simultaneously.
All such operations we perform at application level are configurable via the angular-cli.json file. Consider the following screenshot that provides the default settings we receive on installation:
Note that the apps key in angular-cli.json ...
Read now
Unlock full access