@elpis2/ng-schematics
v1.1.9
Published
Elpis2 Angular Schematics
Downloads
11
Keywords
Readme
Getting Started With Elpis2 Angular Schematics
This repository implements customized Elpis2 Angular Schematics
Installation
yarn add --dev @elpis2/ng-schematics
Available Schematics
Standard ports with formatting changes
class
- A customized Elpis2 class with properly formatted .spec.ts and .ts filescomponent
- A customized Elpis2 component with properly formatted .html, .styl, .spec.ts, and .ts filesdirective
- A customized Elpis2 directive with properly formatted .spec.ts and .ts filesenum
- A customized Elpis2 enum with properly formatted .ts fileguard
- A customized Elpis2 guard with properly formatted .spec.ts and .ts filesinterceptor
- A customized Elpis2 interceptor with properly formatted .spec.ts and .ts filesinterface
- A customized Elpis2 interface with properly formatted .ts filemodule
- A customized Elpis2 module with properly formatted .spec.ts and .ts filesservice
- A customized Elpis2 service with properly formatted .spec.ts and .ts files
Custom schematics
lazy-module
- A custom Elpis2 component/service/module/routing module combo with properly formatted .html, .styl, .spec.ts, and .ts files
Usage
ng generate @elpis2/ng-schematics:component 'line chart'
This will give us a new component in /src/app/line-chart.