[Improvement] Angular 17 - Component - Use new 'styleUrl' property instead of 'styleUrls' #914
Closed
xXNickznXx
started this conversation in
Ideas
Replies: 2 comments
-
|
Hello, It is already planned on the roadmap. Even if it does not apply to this request, one element of clarification: this extension is independent from the Angular CLI. The fact that the Angular CLI does something does not mean that this extension should or will do the same. Also, this is not a bug, so moving this to Discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is available in version 6.1.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Angular 17 introduced the new 'styleUrl' property for components, which is also the default when generating with the command.
So it should also be the default in the extension, instead of this:
It should be this:
Beta Was this translation helpful? Give feedback.
All reactions