From 2a3c4b0c8624814b97b269843885de98895a44f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grzegorczyk?= Date: Mon, 14 Oct 2024 21:44:09 +0200 Subject: [PATCH] docs: add new docs to 1-projection (#1132) * docs: add new docs to 1-projection * docs: add new docs, remove old docs --- docs/src/content/docs/challenges/angular/1-projection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/challenges/angular/1-projection.md b/docs/src/content/docs/challenges/angular/1-projection.md index 842768c..c260b6b 100644 --- a/docs/src/content/docs/challenges/angular/1-projection.md +++ b/docs/src/content/docs/challenges/angular/1-projection.md @@ -28,7 +28,7 @@ In Angular, content projection is a powerful technique for creating highly custo You can learn all about ng-content [here](https://angular.dev/guide/components/content-projection) from simple projection to more complex ones. -To learn about ngTemplateOutlet, you can find the API documentation [here](https://angular.io/api/common/NgTemplateOutlet) along with some basic examples. +To learn about ngTemplateOutlet, you can find the API documentation [here](https://angular.dev/api/common/NgTemplateOutlet) along with some basic examples. With these two tools in hand, you are now ready to take on the challenge.