2.2.0 • Published 7 years ago

generator-start-angular v2.2.0

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

Yeoman Generator for Angular

Creates a blank, empty Angular 4 project ideal for use with Visual Studio Code.

The template is designed to integrate tightly with the Build, Tasks and Debug features of Visual Studio Code.

Install

  • Install the generator from NPM using:

    npm install --global yo generator-start-angular

Getting Started

  1. Create an Angular Project:

    yo start-angular

    Creates a new project in Visual Studio Code that is configured to debug using NPM lite-server package. npm install is ran automatically for you.

  2. Open the application in Visual Studio Code:

    code .
  3. Press F5 in Visual Studio Code to debug the application.

    The TypeScript compiler runs in watch mode allowing you to modify HTML and TS files and see changes reflected in the running application.

Generator Options

OptionDescription
--bootstrapAdds Bootstrap v4 Alpha 6 styling to the generated Angular application.
--nochildExcludes the example child component from the generated Angular application.
--v2Generates the Angular application using v2.x+ libraries instead of Angular v4.x+ libraries.

You can use the generator options in any combination.

2.2.0

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.9.0

7 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago