From 4d95a66748fe768e8258ff34bb97569d6bc48122 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Tue, 13 Aug 2024 04:06:03 -0400 Subject: [PATCH] docs(angular): change from article to official in precendence (#6531) --- .../angular/content/pipes-precedence@nZxZnzbQg9dz-SI65UHq9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/pipes-precedence@nZxZnzbQg9dz-SI65UHq9.md b/src/data/roadmaps/angular/content/pipes-precedence@nZxZnzbQg9dz-SI65UHq9.md index 6e57a872d..291c23adc 100644 --- a/src/data/roadmaps/angular/content/pipes-precedence@nZxZnzbQg9dz-SI65UHq9.md +++ b/src/data/roadmaps/angular/content/pipes-precedence@nZxZnzbQg9dz-SI65UHq9.md @@ -10,5 +10,5 @@ You should always use parentheses to be sure Angular evaluates the expression as Visit the following resources to learn more: -- [@article@Precedence](https://angular.dev/guide/pipes/precedence) +- [@official@Precedence](https://angular.dev/guide/pipes/precedence) - [@article@What is the precedence between pipe and ternary operators?](https://iq.js.org/questions/angular/what-is-the-precedence-between-pipe-and-ternary-operators)