ngneat / aim

Angular Inline Module Schematics

Home Page:https://netbasal.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Inline Module Schematics

Installation

npm i @ngneat/aim --save-dev

Usage

Component

ng g @ngneat/aim:component name

Directive

ng g @ngneat/aim:directive name

Pipe

ng g @ngneat/aim:pipe name

Notes

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

About

Angular Inline Module Schematics

https://netbasal.com


Languages

Language:TypeScript 98.7%Language:JavaScript 1.2%Language:Batchfile 0.1%