@casl/angular
Advanced tools
Comparing version 8.2.7 to 8.2.8
@@ -18,3 +18,3 @@ import * as i0 from '@angular/core'; | ||
}; | ||
AblePipe.ɵfac = function AblePipe_Factory(t) { return new (t || AblePipe)(i0.ɵɵdirectiveInject(PureAbility, 16)); }; | ||
AblePipe.ɵfac = function AblePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AblePipe)(i0.ɵɵdirectiveInject(PureAbility, 16)); }; | ||
AblePipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "able", type: AblePipe, pure: false }); | ||
@@ -50,3 +50,3 @@ return AblePipe; | ||
}; | ||
AblePurePipe.ɵfac = function AblePurePipe_Factory(t) { return new (t || AblePurePipe)(i0.ɵɵdirectiveInject(PureAbility, 16)); }; | ||
AblePurePipe.ɵfac = function AblePurePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AblePurePipe)(i0.ɵɵdirectiveInject(PureAbility, 16)); }; | ||
AblePurePipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ablePure", type: AblePurePipe, pure: true }); | ||
@@ -66,3 +66,3 @@ return AblePurePipe; | ||
} | ||
AbilityModule.ɵfac = function AbilityModule_Factory(t) { return new (t || AbilityModule)(); }; | ||
AbilityModule.ɵfac = function AbilityModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AbilityModule)(); }; | ||
AbilityModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AbilityModule }); | ||
@@ -97,3 +97,3 @@ AbilityModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({}); | ||
} | ||
AbilityService.ɵfac = function AbilityService_Factory(t) { return new (t || AbilityService)(i0.ɵɵinject(PureAbility)); }; | ||
AbilityService.ɵfac = function AbilityService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AbilityService)(i0.ɵɵinject(PureAbility)); }; | ||
AbilityService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AbilityService, factory: AbilityService.ɵfac }); | ||
@@ -100,0 +100,0 @@ return AbilityService; |
@@ -38,3 +38,3 @@ (function (global, factory) { | ||
}; | ||
AblePipe.ɵfac = function AblePipe_Factory(t) { return new (t || AblePipe)(i0__namespace.ɵɵdirectiveInject(ability.PureAbility, 16)); }; | ||
AblePipe.ɵfac = function AblePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AblePipe)(i0__namespace.ɵɵdirectiveInject(ability.PureAbility, 16)); }; | ||
AblePipe.ɵpipe = /*@__PURE__*/ i0__namespace.ɵɵdefinePipe({ name: "able", type: AblePipe, pure: false }); | ||
@@ -70,3 +70,3 @@ return AblePipe; | ||
}; | ||
AblePurePipe.ɵfac = function AblePurePipe_Factory(t) { return new (t || AblePurePipe)(i0__namespace.ɵɵdirectiveInject(ability.PureAbility, 16)); }; | ||
AblePurePipe.ɵfac = function AblePurePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AblePurePipe)(i0__namespace.ɵɵdirectiveInject(ability.PureAbility, 16)); }; | ||
AblePurePipe.ɵpipe = /*@__PURE__*/ i0__namespace.ɵɵdefinePipe({ name: "ablePure", type: AblePurePipe, pure: true }); | ||
@@ -86,3 +86,3 @@ return AblePurePipe; | ||
} | ||
AbilityModule.ɵfac = function AbilityModule_Factory(t) { return new (t || AbilityModule)(); }; | ||
AbilityModule.ɵfac = function AbilityModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AbilityModule)(); }; | ||
AbilityModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: AbilityModule }); | ||
@@ -117,3 +117,3 @@ AbilityModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({}); | ||
} | ||
AbilityService.ɵfac = function AbilityService_Factory(t) { return new (t || AbilityService)(i0__namespace.ɵɵinject(ability.PureAbility)); }; | ||
AbilityService.ɵfac = function AbilityService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AbilityService)(i0__namespace.ɵɵinject(ability.PureAbility)); }; | ||
AbilityService.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: AbilityService, factory: AbilityService.ɵfac }); | ||
@@ -120,0 +120,0 @@ return AbilityService; |
{ | ||
"name": "@casl/angular", | ||
"version": "8.2.7", | ||
"version": "8.2.8", | ||
"description": "Angular module for CASL which makes it easy to add permissions in any Angular app", | ||
@@ -71,3 +71,3 @@ "main": "dist/umd/index.js", | ||
"typescript": "~5.5.0", | ||
"zone.js": "~0.14.0" | ||
"zone.js": "~0.15.0" | ||
}, | ||
@@ -74,0 +74,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43733