UNPKG

@lxlib/acl

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

12 lines (11 loc) 305 B
import { ACLCanType, ACLType } from './acl.type'; export declare class LxlibACLConfig { /** * Router URL when guard fail, default: `/403` */ guard_url?: string; /** * `can` before execution callback */ preCan?: ((roleOrAbility: ACLCanType) => ACLType | null) | null; }