
Learn Angular by applying test driven development (incl. routing, forms, karma, jasmine, jest, testing-library)
Description
Angular is one of the most popular library for the client application development.In this course we will be learning angular by creating a web application with it. Also we will apply test driven development (TDD) methodology from beginning to the end.
We will have two separate test setups. One of them is coming with the default angular project. Testing with karma and jasmine. And the other one is, we will create custom setup with the most popular test libraries of javascript. jest and testing-library
while building this application, we will learn main building blocks of angular. We will practice
- how client-side routing is working
- how to use template driven and reactive form
- how to use validations and how to create our own synchronous and asynchronous validators
- how observable is working
- how test driven development works.
- how it's affecting our code quality, reusability
- how it's giving us the confidence about refactoring our implementation
- how to avoid implementation details while creating tests
In each section we will gradually build our application. We will not jump ahead and add functionality not needed for that moment. We will implement one requirement at a time. Each implementation will bring the next requirement to us.
And following this practice, will help you to get a solid foundation about overall web application requirements and how to implement one of them with angular by following test driven development methodology.
After completing the course, you will be able to use Angular in your next project and you will experience the benefits of test driven development.
Who this course is for:
- Developers who want to learn Angular
- Developers who want to see Test Driven Development in action