Socket
Socket
Sign inDemoInstall

angular2-bundle

Package Overview
Dependencies
14
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    angular2-bundle

Dependency bundle for all the Angular 2 related packages.


Version published
Weekly downloads
1
Maintainers
1
Install size
15.1 MB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 17 Nov 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc