angular2-bundle

2.2.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i angular2-bundle

Weekly Downloads

0

Version

2.2.1

License

ISC

Last publish

Collaborators

  • blacksonic