How to automatically migrate from `styleUrls` to `styleUrl` in angular 17 components?
Angular 17 has introduced styleUrl
as a convenience for cases where there’s only one stylesheet in the @Component
‘s styleUrls
.
Angular 17 has introduced styleUrl
as a convenience for cases where there’s only one stylesheet in the @Component
‘s styleUrls
.