2.0.0 • Published 7 years ago
cubo-schematics v2.0.0
cubo-schematics
A schematics to build components and pages on angular-cli
Install
npm install cubo-schematicsUsage
Generate a component
ng generate cubo-schematics:component componentNameGenerate a page
ng generate cubo-schematics:page pageNameAPI
Component
--inlineStyle, -s Specifies if the style will be in the ts file
--inlineTemplate, -t Specifies if the template will be in the ts file
--viewEncapsulation, -v <type> Specifies the view encapsulation strategy
--changeDetection, -c <type> Specifies the view encapsulation strategy
--prefix, -p <type> The prefix to apply to generated selectors
--styleext <type> The file extension to be used for style files
--spec <boolean> Specifies if a spec file is generatedPage
--inlineStyle, -s Specifies if the style will be in the ts file
--inlineTemplate, -t Specifies if the template will be in the ts file
--viewEncapsulation, -v <type> Specifies the view encapsulation strategy
--changeDetection, -c <type> Specifies the view encapsulation strategy
--prefix, -p <type> The prefix to apply to generated selectors
--styleext <type> The file extension to be used for style files
--spec <boolean> Specifies if a spec file is generated
--root <boolean> Specifies if a root module is generated
--translate, -i18n <boolean> Flag to indicate if the component have structure of translate.
--children, -cc <boolean> Flag to indicate if the component is a children.License
MIT License © Cubo 2018
2.0.0
7 years ago
1.2.9
7 years ago
1.2.8
8 years ago
1.2.7
8 years ago
1.2.6
8 years ago
1.2.5
8 years ago
1.2.4
8 years ago
1.2.3
8 years ago
1.2.2
8 years ago
1.2.1
8 years ago
1.2.0
8 years ago
1.1.0
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago