injection-js
Advanced tools
Comparing version 2.0.0-rc.2 to 2.0.0
@@ -21,1 +21,2 @@ /** | ||
export { InjectionToken, OpaqueToken } from './injection_token'; | ||
export { Class } from './util/decorators'; |
@@ -20,2 +20,3 @@ /** | ||
export { InjectionToken, OpaqueToken } from './injection_token'; | ||
export { Class } from './util/decorators'; | ||
//# sourceMappingURL=index.js.map |
@@ -1731,2 +1731,3 @@ (function (global, factory) { | ||
exports.OpaqueToken = OpaqueToken; | ||
exports.Class = Class; | ||
exports.Inject = Inject; | ||
@@ -1733,0 +1734,0 @@ exports.Optional = Optional; |
{ | ||
"name": "injection-js", | ||
"version": "2.0.0-rc.2", | ||
"version": "2.0.0", | ||
"description": "Dependency Injection library for JavaScript and TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "injection.bundle.js", |
@@ -5,4 +5,6 @@ [![Build Status](https://travis-ci.org/mgechev/injection-js.svg?branch=master)](https://travis-ci.org/mgechev/injection-js) | ||
Dependency injection library for JavaScript and TypeScript in **6.6K**. It is an extraction of the Angular's dependency injection which means that it's feature complete, fast, reliable and well tested. | ||
Dependency injection library for JavaScript and TypeScript in **5.1K**. It is an extraction of the Angular's dependency injection which means that it's feature complete, fast, reliable and well tested. | ||
**Up-to-date with Angular 4**. | ||
# How to use? | ||
@@ -9,0 +11,0 @@ |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
216355
5020
1
87