From df4d083c01fcd15b9dab5a5c34de7d054afd6d34 Mon Sep 17 00:00:00 2001 From: Ramchandra Warang <92023869+samuelwarang@users.noreply.github.com> Date: Sat, 7 Sep 2024 23:49:48 +0530 Subject: [PATCH] Add resource for pipes (#7021) The link for Understanding pipes for the official documentation from the Angular Documentation was either changed or incorrect hence changed to the correct one --- .../roadmaps/angular/content/pipes@j99WQxuTzGeBBVoReDp_y.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/pipes@j99WQxuTzGeBBVoReDp_y.md b/src/data/roadmaps/angular/content/pipes@j99WQxuTzGeBBVoReDp_y.md index ae16b6b7e..381b430a2 100644 --- a/src/data/roadmaps/angular/content/pipes@j99WQxuTzGeBBVoReDp_y.md +++ b/src/data/roadmaps/angular/content/pipes@j99WQxuTzGeBBVoReDp_y.md @@ -6,5 +6,5 @@ Use pipes to transform strings, currency amounts, dates, and other data for disp Visit the following resources to learn more: -- [@official@Understanding Pipes](https://angular.dev/guide/pipes) +- [@official@Understanding Pipes](https://angular.dev/tutorials/learn-angular/22-pipes) - [@article@BuiltIn Pipes - examples](https://codecraft.tv/courses/angular/pipes/built-in-pipes/)