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 1de6def commit cd7a983Copy full SHA for cd7a983
angular-example/.github/copilot-instructions.md
@@ -1,11 +1,11 @@
1
## Angular
2
3
- For Angular always write HTML, CSS and TS into one file
4
-- Always use ``standalone`` components for Angular
5
-- Always use ``@if``, `@for` instead of `*ngIf`, `*ngFor`
+- Always use `standalone` components for Angular
+- Always use `@if`, `@for` instead of `*ngIf`, `*ngFor`
6
- Always use DB UX for CSS variables
7
-- Don't inline ``style`` use the `styles` property from `@Component`
8
-- Don't use ``px`` values for styling use `variables` instead
+- Don't inline `style` use the `styles` property from `@Component`
+- Don't use `px` values for styling use `variables` instead
9
10
--- START: DB UX Copilot Instructions – do not edit below ---
11
0 commit comments