import { InjectionToken } from '@angular/core'; export const SWITCH_OPTIONS = new InjectionToken('UI_SWITCH_OPTIONS');