UNPKG

@explorins/pers-sdk-angular

Version:
7 lines (4 loc) 301 B
// Create an injection token for the SDK service to avoid direct import issues import { InjectionToken } from "@angular/core"; import { PersApiClient } from "@explorins/pers-sdk"; export const PERS_ANGULAR_SDK_SERVICE = new InjectionToken<{api(): PersApiClient}>('PERS Angular SDK Service!');