All of my components follow the same structure:
ng g component componentName --skip-import --s true
Those two flags will always be used when generating a component. I would like to be able to this without defining the flags every time:
ng g component componentName
I'm having a hard time figuring out if there is a place to configure generate defaults or if I need to create my own schema. Has anyone else tried doing this before?
I've tried looking at the Angular Docs, mainly for generate and config(https://angular.io/cli/config) but it's unclear if I can do this.
ng config schematics.@schematics/angular.component.inlineTemplate true?appdata/roaming/npm/node_modules/@angular/cli/lib/config/schema.json.