1.0.5 • Published 7 years ago

nga v1.0.5

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

nga

http://github.com/libinqi/nga/

Features

  • Angular 2 and Angular 4
  • TypeScript 2
  • Dev/Prod, HMR
  • Async/Lazy Routes
  • AoT via ngc
  • Hot Module Replacement
  • Webpack 2

Installation

$ npm install -g nga

Quick Start nga

The quickest way to get started with nga is executable angular to generate an application as shown below:

Create the app:

$ nga ng-app && cd ng-app

Install dependencies:

$ npm install

Start the server:

$ npm start

Hot Module Replacement:

$ npm run server:dev:hmr

Command Line Options

This generator can also be further configured with the following command line flags.

-h, --help          output usage information
-V, --version       output the version number

License

MIT

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago