phhien203 / scam

Angular Schematics for creating SCAM

Home Page:https://netbasal.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://netbasal.com


Languages

Language:TypeScript 100.0%