mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 12:34:32 +08:00
When generating a new component, if `inlineStyle` and either `viewEncapsulation` or `changeDetection` flag is provided, there is an extra comma after `styles: [],,` causing the component to bugged out.