️ The 7 Pro Tips To Get Productive With #angular CLI & Schematics
▻https://hackernoon.com/%EF%B8%8F-the-7-pro-tips-to-get-productive-with-angular-cli-schematics-b
As productive as mother Earth! (Original ? by Markus Spiske)Angular Schematics is a workflow tool for the modern web — official introduction articleQuick IntroThere are many articles on how to build your own Angular schematics but in this one we’re going to focus on using available schematics to the fullest! ?Most of the time we will be using @schematics/angular which are provided in Angular CLI out of the box.What are we going to learnUse shortcuts, they are much faster and easier to type, duhhh ?!Skip creation of an initial applicationGenerate multiple applications and libs to promote code reuseUse schematics from different npm packagesSet schematics defaults in angular.json file so that we don’t need to specify all the flags all the timeGenerate services — providedIn: ’root’ vs —module (...)