
Angular Training
Tutorials and training content to learn all about Angular

Alain Chautard
Google Developer Expert in Angular, Consultant and Trainer at http://www.angulartraining.com
Latest Posts

Custom styling in Angular Material 19+
I’ve written about the Angular CDK before and how to create custom themes using the Angular Material Theme Generator.
Unit Testing Angular Components Made Simple
This is a guest post by Mohammad Rajpura. If you enjoy it, let us know in the comments so Mohammad can contribute more often to this blog.

Angular Reactivity with ngModel, model(), and Signals
Sometimes, the best parts of the Angular framework are the ones that aren’t even documented. You try something out, and it works…

How to use readonly with Angular and Signals
A few days ago, I was teaching Angular, and people asked me why I was doing this with my signals inside Angular services:

[Tutorial] How to use the Angular resource API to handle HTTP requests?
Since version 16, Angular has been all about signals. I’ve covered how to create Signals from Observables to transition away from RxJs, but…

Tutorial — How to use a proxy to prevent CORS issues with Angular?
If you've ever encountered CORS errors in your Angular apps, this tutorial is for you!

How to run repeated HTTP requests with Angular Signals?
A few years ago, I published a tutorial on how to do polling with RxJs and Angular. The goal was to illustrate how to retrieve and render…

How to create Signals out of Observables?
Signals are becoming increasingly an alternative to RxJs in Angular applications.

How to debug RxJs code with Angular?
RxJs is the most challenging library of the Angular ecosystem because of its syntax, numerous operators, and the asynchronous mindset…

What’s tree-shaking in Angular?
Have you ever tried examining the size of an entire Angular project and comparing it to the size of the code compiled by Angular (its build…
Reviews
Login to submit your review.