0.1.11 • Published 7 years ago

generator-angular-page v0.1.11

Weekly downloads
19
License
MIT
Repository
github
Last release
7 years ago

Yeoman Angular.io pages generator

NPM

Getting Started

Steps: 1. Install Yeoman if not had yet: npm i -g yo 2. Install the generator: npm i -g generator-angular-page

Use:

yo angular-page

Features

• Generates Angular.io new pages with routing support.

• Default prefixes for better directory organization.

• Uses defaults from the Angular.io config file (.angular-cli.json) in the root directory.

Options

--prefix value - Set the page selector prefix. Default: page-

--no-routing - The page will not have a route receiver.

--no-sass - Uses the .css as default StyleSheet file.

--no-spec - Do no create Angular component base test .spec.ts file.

--inline - Do not create HTML template and StyleSheet files.

Warning: .angular-cli.json defaults will have precedence.

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago