Introduction
Welcome
()
What you should know
()
1. Exploring the Angular CLI
Installing the CLI
()
Scaffolding a new project
()
2. Testing Workflows
Basic testing setup with the CLI
()
Generating code coverage reports
()
Configuring terminal reporting
()
Setting NPM scripts for testing
()
Enforcing code coverage
()
Configuring commit hooks with Husky
()
3. Code Formatting Workflow with Prettier
Installing and Configuring Prettier
()
Integration with TSLint
()
Configuring precommit hook
()
4. Creating and Publishing an Angular Library
Scaffolding library project
()
Organizing library project
()
Component implementation
()
Setting up Jest
()
Jest and Snapshot testing
()
Publishing library to NPM
()
Using published library
()
5. Continuous Integration Workflow
Continuous integration intro
()
Setting up CircleCI
()
Continuous integration workflow
()
Ex_Files_Angular_Workflows.zip
(30.0 MB)