@dereekb/dbx-core 9.10.0 → 9.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2874,7 +2874,7 @@ class DbxAuthNotAnyRolesDirective extends AbstractIfDirective {
2874
2874
  }
2875
2875
  }
2876
2876
  DbxAuthNotAnyRolesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxAuthNotAnyRolesDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DbxAuthService }], target: i0.ɵɵFactoryTarget.Directive });
2877
- DbxAuthNotAnyRolesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxAuthNotAnyRolesDirective, selector: "[dbxAuthNotAnyRoles]", inputs: { targetRoles: ["dbxAuthNotRoles", "targetRoles"] }, usesInheritance: true, ngImport: i0 });
2877
+ DbxAuthNotAnyRolesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxAuthNotAnyRolesDirective, selector: "[dbxAuthNotAnyRoles]", inputs: { targetRoles: ["dbxAuthNotAnyRoles", "targetRoles"] }, usesInheritance: true, ngImport: i0 });
2878
2878
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxAuthNotAnyRolesDirective, decorators: [{
2879
2879
  type: Directive,
2880
2880
  args: [{
@@ -2882,7 +2882,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
2882
2882
  }]
2883
2883
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: DbxAuthService }]; }, propDecorators: { targetRoles: [{
2884
2884
  type: Input,
2885
- args: ['dbxAuthNotRoles']
2885
+ args: ['dbxAuthNotAnyRoles']
2886
2886
  }] } });
2887
2887
 
2888
2888
  class DbxCoreAuthModule {