Part 4: Continuous Integration and Continuous Deployment for Angular Applications
In this section, you’ll start by learning about the general principles of continuous integration (CI) and continuous deployment (CD). Next, you’ll embark on an in-depth exploration of TDD best practices and patterns. Finally, you’ll learn about refactoring and code improvement.
This part has the following chapters:
- Chapter 9, Understanding Continuous Integration and Continuous Deployment (CI/CD)
- Chapter 10, Best Practices and Patterns for Angular TDD
- Chapter 11, Refactoring and Improving Angular Code through TDD