1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

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
This commit is contained in:
Ramchandra Warang
2024-09-07 23:49:48 +05:30
committed by GitHub
parent e78bf8d7f7
commit df4d083c01

View File

@@ -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/)