Есть ли способ генерировать все компоненты с помощью OnPu sh?
Аналогично: ng config schematics.@schematics/angular.component.changeDetection OnPush
ng config schematics.@schematics/angular.component.changeDetection OnPush
нашел решение моего вопроса :)
просто добавьте
"@schematics/angular:component": { "style": "scss", "changeDetection": "OnPush" }
в свой workspace.json файл в самом конце "schematics": {}:)
workspace.json
"schematics": {}