From 5d301ec686526d8d0b51655e024a3bae16399e6f Mon Sep 17 00:00:00 2001 From: Cyril GHALI Date: Wed, 19 Mar 2025 14:48:57 +0100 Subject: [PATCH] Fixed typo --- .../angular/content/typed-forms@XC_K1Wahl2ySqOXoym4YU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/typed-forms@XC_K1Wahl2ySqOXoym4YU.md b/src/data/roadmaps/angular/content/typed-forms@XC_K1Wahl2ySqOXoym4YU.md index bf70ddbc9..b33d6f098 100644 --- a/src/data/roadmaps/angular/content/typed-forms@XC_K1Wahl2ySqOXoym4YU.md +++ b/src/data/roadmaps/angular/content/typed-forms@XC_K1Wahl2ySqOXoym4YU.md @@ -4,7 +4,7 @@ Since Angular 14, reactive forms are strictly typed by default. You don't have t Visit the following resources to learn more: -- [@official@Angular Official Docs - @let](https://angular.dev/api/core/@let) +- [@official@Angular Official Docs - Typed Forms](https://angular.dev/guide/forms/typed-forms) - [@article@Angular Strictly Typed Forms (Complete Guide)](https://blog.angular-university.io/angular-typed-forms/) - [@video@Getting started with typed reactive forms in Angular](https://www.youtube.com/watch?v=mT3UR0TdDnU) - [@video@Angular TYPED Forms: Are You Using Them Correctly?](https://www.youtube.com/watch?v=it2BZoIvBPc)