From cde6990d21d0aed2af00d0021f09bfe66cd214c8 Mon Sep 17 00:00:00 2001 From: Juan Gerardo Eulufi Salazar Date: Wed, 17 Jul 2024 19:51:07 -0400 Subject: [PATCH] Changes in copy testing pipes angular (#6171) --- .../content/115-testing-angular-apps/100-testing-pipes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/angular/content/115-testing-angular-apps/100-testing-pipes.md b/src/data/roadmaps/angular/content/115-testing-angular-apps/100-testing-pipes.md index 2c5cf7282..2ca4b3e7d 100644 --- a/src/data/roadmaps/angular/content/115-testing-angular-apps/100-testing-pipes.md +++ b/src/data/roadmaps/angular/content/115-testing-angular-apps/100-testing-pipes.md @@ -4,6 +4,6 @@ An Angular Pipe is a special function that is called from a Component template. Visit the following resources to learn more: -- [@official@Angular Website]https://angular.dev/guide/testing/pipes) -- [@article@Testing-Angular.com](https://testing-angular.com/testing-pipes/) +- [@official@Testing pipes](https://angular.dev/guide/testing/pipes) +- [@article@Testing pipes examples](https://testing-angular.com/testing-pipes/) - [@feed@Explore top posts about Testing](https://app.daily.dev/tags/testing?ref=roadmapsh)