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

Package detail

angular2-bundle

blacksonic24ISC2.2.1

Dependency bundle for all the Angular 2 related packages.

readme

angular2-bundle

Dependency Status devDependency Status

Dependency bundle for all the Angular 2 related packages. It aims to reduce the package number.

Instead of this

"dependencies": {
  "@angular/common": "2.2.1",
  "@angular/compiler": "2.2.1",
  "@angular/core": "2.2.1",
  "@angular/forms": "2.2.1",
  "@angular/http": "2.2.1",
  "@angular/platform-browser": "2.2.1",
  "@angular/platform-browser-dynamic": "2.2.1",
  "@angular/router": "3.2.1",
  "@angular/upgrade": "2.2.1",
  "core-js": "2.4.1",
  "rxjs": "5.0.0-beta.12",
  "zone.js": "0.6.26"
}

you can write this

"dependencies": {
  "angular2-bundle": "2.2.1"
}

The package version is in sync with the version of @angular/core. Includes additional packages necessary to run an Angular 2 application.

Installation

npm install angular2-bundle --save