This package has been deprecated

Author message:

use

@ngneat/scam

3.0.4 • Public • Published

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"
   }
}

Readme

Keywords

Package Sidebar

Install

npm i @ngneat/scam

Weekly Downloads

227

Version

3.0.4

License

MIT

Unpacked Size

2.62 MB

Total Files

20

Last publish

Collaborators

  • netanel-ngneat