import { TemplateRef, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * Fake authorize directive for tests */ export declare class FakeAuthorizeDirective { private _template; private _viewContainer; /** * Name of permission that is requested for displaying element */ permission: string | string[]; /** * Indication that AND condition should be used instead of OR condition if multiple permissions are provided */ andCondition: boolean; /** * Indication that provided string is set of loggical operations among permission names, if this is true andCondition is ignored */ conditionString: boolean; constructor(_template: TemplateRef, _viewContainer: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=fakeAuthorize.directive.d.ts.map