The builder should help projects shipping their schematics to production
Currently, you have to handle lots of things manually in Angular projects (like manual copy/paste things, using 'tsc' to compile everything etc.)
The goal should be to run ng run project-name:build-schematics after ng build project-name and it automatically builds the schematics in the correct path with all necessary files
The builder should help projects shipping their schematics to production
Currently, you have to handle lots of things manually in Angular projects (like manual copy/paste things, using 'tsc' to compile everything etc.)
The goal should be to run
ng run project-name:build-schematicsafterng build project-nameand it automatically builds the schematics in the correct path with all necessary files