@yoyoboot/l-52abp-ng
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.
12 lines (11 loc) • 600 B
TypeScript
import { PermissionService } from './auth';
import { LoadingInterceptor } from './global-loading';
import { ArrayToTreeConverterService, TreeDataHelperService } from './utils';
/** L52ABP-NG 的服务 */
export declare const L52ABP_SERVICES: (typeof PermissionService | typeof TreeDataHelperService | typeof ArrayToTreeConverterService)[];
/** http 拦截器,loading效果 */
export declare const L52ABP_HTTP_LOADING_PROVIDER: {
provide: import("@angular/core").InjectionToken<import("@angular/common/http").HttpInterceptor[]>;
useClass: typeof LoadingInterceptor;
multi: boolean;
}[];