UNPKG

@yoyoboot/l-52abp-ng

Version:

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

6 lines (5 loc) 333 B
import { InjectionToken } from '@angular/core'; import { FakeAppSessionService } from './fake-app-session.service'; import { IAppSessionService } from './interfaces'; export declare const YOYO_APP_SESSION_SERVICE: InjectionToken<IAppSessionService>; export declare function YOYO_APP_SESSION_SERVICE_FACTORY(): FakeAppSessionService;