Author:Warren Dugan
NPM

Generators

Using Ntersol's schematics and generators


Setup

          
    ng add @ntersol/schematics
    
      
Ntersol Schematics Screenshot

Already installed the schematics? Don't worry, you can still use ng-add or you can configure default schematics manually like so

          
    ng config cli.defaultCollection @ntersol/schematics
  
      
↑ Note: done automatically by ng-add