Ngneat Aim Save Abandoned

Angular Inline Module Schematics

Project README

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"
   }
}
Open Source Agenda is not affiliated with "Ngneat Aim" Project. README Source: ngneat/aim
Stars
97
Open Issues
0
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating