Skip to content

Commit 96b5ba9

Browse files
authored
Merge pull request #589 from svenson95/docs-update-projection
docs(projection): add related link reasons for avoiding magic strings
2 parents 17149c6 + 2f41cc8 commit 96b5ba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ While the application works, the developer experience is far from being optimal.
4040

4141
- Try to work with the new built-in control flow syntax for loops and conditionals (documentation [here](https://angular.dev/guide/templates/control-flow))
4242
- Use the signal API to manage your components state (documentation [here](https://angular.dev/guide/signals))
43-
- To reference the template, use a directive instead of magic strings
43+
- To reference the template, use a directive instead of magic strings ([What is wrong with magic strings?](https://softwareengineering.stackexchange.com/a/365344))

0 commit comments

Comments
 (0)