Introduction
Welcome
()
What you should know
()
Using the exercise files
()
1. Exploring the Angular Command-Line Interface (CLI)
What is the Angular CLI?
()
Installing the CLI
()
Using the CLI
()
2. Creating New Angular Projects
The ng new command
()
Understanding the config files
()
New project generation options
()
Adding app assets
()
Adding CSS framework
()
Adding app libraries
()
3. Serving Angular Applications for Development
The ng serve command
()
Customizing the development server
()
Proxying with webpack-dev-server
()
4. Generating Angular Application Code
Creating new code with blueprints
()
Generating components and modules
()
Generating directives
()
Generating services
()
Generating pipes
()
Generating models
()
Generating interfaces and enums
()
Generating route guards
()
5. Building Angular Applications
A build pipeline for an Angular app
()
The ng build command
()
Configuring different build options
()
Setting up build scripts
()
6. Running Tests
Built-in test runners and scaffolding
()
The ng test command
()
Test run options
()
Testing workflow
()
7. Ejecting from the Angular CLI
Ejecting from the CLI
()
Ex_Files_Learning_Angular_CLI.zip
(61.4 MB)