import { ContextOption } from './ics-context-option'; import { InjectionToken } from '@angular/core'; /** *The types for Array of ContextOptions * * @author Harsha * */ export const ICS_CONTEXT_OPTIONS = new InjectionToken>( 'ICS_CONTEXT_OPTIONS' );