2.0.0 • Published 2 years ago

@ngneat/aim v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago