Advanced Angular Training Certificate
Alphorm
Dec 2022
During this training, I discovered Zones as an introduction to the advanced functioning of Angular.

Training Content
- ReactiveForms allow me to be more efficient by designing the entire form in the component code (and not in the template as is the case with template-driven forms).
- I was able to see how dependency injection works and how to develop a service.
- I discovered a list of the main Angular Pipes and saw how to develop my own optimally.
- I discovered how Guards work and how to set up a protection system on routes.
- Finally, I discovered how to load data "at the right time" (lazy loading).
- For deployment, I discovered how to use Docker to quickly set up a Restful server.