Angular 17 引入了
styleUrl
@Component
styleUrls
如何在现有代码库中自动从
使用正则表达式来使用
Replace all
搜索:
styleUrls: \['([^']*)'\],
替换:
styleUrl: '$1',