Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ng2-app

mprinc17MIT1.0.0TypeScript support: included

Tools for building Angular ng2(+ng1) apps

angular, ng, ng2, ng1, hybrid, build

readme

ng2-build

Build tool for Angular apps

Gittip

NPM

Installation

npm install ng2-build --save

Features

  • Works for ng2
  • Works for ng1+ng2

Usage

  1. install it
  2. move gulpfile.ts in the project folder (outside of the node_modules)
  3. package.example.json as a startup package.json for the project
    1. move it to the project folder
    2. rename it into package.json
    3. update it properly
  4. npm start

Release History

  • 1.0.0 Initial release