We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80df1a4 commit dd82078Copy full SHA for dd82078
.github/copilot-instructions.md
@@ -83,6 +83,7 @@ Here is a link to the most recent Angular style guide https://angular.dev/style-
83
84
### Components
85
86
+- New components should have their own entry-point
87
- Keep components small and focused on a single responsibility
88
- Use `input()` signal instead of decorators, learn more here https://angular.dev/guide/components/inputs
89
- Use `output()` function instead of decorators, learn more here https://angular.dev/guide/components/outputs
0 commit comments