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