Skip to content

Commit 2a3c4b0

Browse files
docs: add new docs to 1-projection (tomalaforge#1132)
* docs: add new docs to 1-projection * docs: add new docs, remove old docs
1 parent ffa01c6 commit 2a3c4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/challenges/angular/1-projection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In Angular, content projection is a powerful technique for creating highly custo
2828

2929
You can learn all about <b>ng-content</b> [here](https://angular.dev/guide/components/content-projection) from simple projection to more complex ones.
3030

31-
To learn about <b>ngTemplateOutlet</b>, you can find the API documentation [here](https://angular.io/api/common/NgTemplateOutlet) along with some basic examples.
31+
To learn about <b>ngTemplateOutlet</b>, you can find the API documentation [here](https://angular.dev/api/common/NgTemplateOutlet) along with some basic examples.
3232

3333
With these two tools in hand, you are now ready to take on the challenge.
3434

0 commit comments

Comments
 (0)