Skip to content

AlexanderFSP/scam

 
 

Repository files navigation

Single (CPD) Angular Module Schematics

Installation

npm i @ngneat/scam --save-dev

Usage

Component

ng g @ngneat/scam:component name

Directive

ng g @ngneat/scam:directive name

Pipe

ng g @ngneat/scam:pipe name

Notes

  • You can use every option from the default Angular schematics. For example:
ng g @ngneat/scam:component --name=bar --inlineStyle --inlineTemplate
  • You can define default values for the schematics in your angular.json file:
"schematics": {
   "@ngneat/scam:component": {
     "changeDetection": "OnPush"
   }
}

About

Angular Schematics for creating SCAM

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%