docs(projection): add related link reasons for avoiding magic strings

This commit is contained in:
Sven Brodny
2024-02-15 23:24:05 +01:00
parent f52afb49f2
commit 2f41cc8e61

View File

@@ -40,4 +40,4 @@ While the application works, the developer experience is far from being optimal.
- Try to work with the new built-in control flow syntax for loops and conditionals (documentation [here](https://angular.dev/guide/templates/control-flow))
- Use the signal API to manage your components state (documentation [here](https://angular.dev/guide/signals))
- To reference the template, use a directive instead of magic strings
- To reference the template, use a directive instead of magic strings ([What is wrong with magic strings?](https://softwareengineering.stackexchange.com/a/365344))