injection-js
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -21,2 +21,3 @@ /** | ||
export { InjectionToken, OpaqueToken } from './injection_token'; | ||
export { Class } from './util/decorators'; | ||
export { Class, TypeDecorator, makeDecorator } from './util/decorators'; | ||
export { Type } from './facade/type'; |
@@ -20,3 +20,4 @@ /** | ||
export { InjectionToken, OpaqueToken } from './injection_token'; | ||
export { Class } from './util/decorators'; | ||
export { Class, makeDecorator } from './util/decorators'; | ||
export { Type } from './facade/type'; | ||
//# sourceMappingURL=index.js.map |
@@ -1778,2 +1778,4 @@ (function (global, factory) { | ||
exports.Class = Class; | ||
exports.makeDecorator = makeDecorator; | ||
exports.Type = Type; | ||
exports.Inject = Inject; | ||
@@ -1780,0 +1782,0 @@ exports.Optional = Optional; |
{ | ||
"name": "injection-js", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Dependency Injection library for JavaScript and TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "injection.bundle.js", |
@@ -53,2 +53,4 @@ [![Build Status](https://travis-ci.org/mgechev/injection-js.svg?branch=master)](https://travis-ci.org/mgechev/injection-js) | ||
**Note**: you will need to enable the TypeScript flags `experimentalDecorators` and `emitDecoratorMetadata` to make this work. | ||
## ES6 | ||
@@ -55,0 +57,0 @@ |
Sorry, the diff of this file is not supported yet
222023
5151
104