Skip to content

Angular 2 Starter RC 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@antonybudianto antonybudianto released this 18 Jun 04:27
· 80 commits to master since this release

This release contains Angular 2 RC 2 update, latest @angular/router and @angular/forms, and much improvement on the config side resulting cleaner structure

New

  • Node production ready (Credits to @darxx, #94, #95 )
    • Now you can npm install --production and then gulp build without installing and registering non-production related packages and tasks
    • In short, it's now CI ready
  • New config folder
    • Now tasks folder, gulp config file, test config files are inside this folder
    • gulp.config.js now config/gulp/config.js
    • Introducing config/gulp/env.js for getting current node environment
      • Environment can be updated with following priority order: --env -> NODE_ENV -> default to DEV env
  • manual_typings folder now under src folder
  • Gulp tasks will now outputs current environment
  • Dependencies updated

Fixed

  • Fixed base href