master
import { InjectionToken } from '@angular/core'; export const KinveyConfigToken = new InjectionToken<any>('kinvey.config');