UNPKG

@rxap/authorization

Version:

Provides an Angular module and directives to manage authorization and permissions in your application. It allows you to control the visibility and enabled state of UI elements based on user permissions. The package includes an `AuthorizationService` to ch

4 lines (3 loc) 194 B
import { InjectionToken } from '@angular/core'; export declare const RXAP_AUTHORIZATION_SCOPE: InjectionToken<unknown>; export declare const RXAP_DISABLE_AUTHORIZATION: InjectionToken<boolean>;