mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
docs(projection): add related link reasons for avoiding magic strings
This commit is contained in:
@@ -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))
|
- 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))
|
- 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))
|
||||||
|
|||||||
Reference in New Issue
Block a user