@neoskop/injector
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -1297,2 +1297,3 @@ (function (global, factory) { | ||
exports.InjectionToken = core.InjectionToken; | ||
exports.forwardRef = core.forwardRef; | ||
exports.InjectorFactory = InjectorFactory; | ||
@@ -1299,0 +1300,0 @@ exports.ɵisClassProvider = isClassProvider; |
export * from './factory'; | ||
export * from './private_api'; | ||
export { Injector, StaticProvider, Inject, Optional, Host, Self, SkipSelf, Injectable, InjectionToken } from '@angular/core'; | ||
export { Injector, StaticProvider, Inject, Optional, Host, Self, SkipSelf, Injectable, InjectionToken, forwardRef } from '@angular/core'; |
export * from './factory'; | ||
export * from './private_api'; | ||
export { Injector, Inject, Optional, Host, Self, SkipSelf, Injectable, InjectionToken } from '@angular/core'; | ||
export { Injector, Inject, Optional, Host, Self, SkipSelf, Injectable, InjectionToken, forwardRef } from '@angular/core'; | ||
//# sourceMappingURL=public_api.js.map |
{ | ||
"name": "@neoskop/injector", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "A replacement for the core functionallity of the deprecated ReflectiveInjector from @angular/core", | ||
@@ -54,3 +54,5 @@ "main": "bundle/injector.bundle.js", | ||
"typescript": "2.5.3", | ||
"zone.js": "0.8.20" | ||
"zone.js": "0.8.20", | ||
"@angular/core": "5.2.2", | ||
"reflect-metadata": "0.1.12" | ||
}, | ||
@@ -65,3 +67,3 @@ "nyc": { | ||
}, | ||
"dependencies": { | ||
"peerDependencies": { | ||
"@angular/core": "5.2.2", | ||
@@ -68,0 +70,0 @@ "reflect-metadata": "0.1.12" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138277
21
1418
19
- Removed@angular/core@5.2.2
- Removedreflect-metadata@0.1.12