@bradmax/player-ng
Version:
Bradmax Player Angular module.
5 lines • 355 B
JavaScript
import { InjectionToken } from '@angular/core';
export const BRADMAX_PLAYER_CONFIGURATION = new InjectionToken('BRADMAX_PLAYER_CONFIGURATION');
export const BRADMAX_PLAYER_DEBUG = new InjectionToken('BRADMAX_PLAYER_DEBUG');
export const BRADMAX_PLAYER_SOURCE_PATH = new InjectionToken('BRADMAX_PLAYER_SOURCE_PATH');
//# sourceMappingURL=token.model.js.map