1 2 3
import { InjectionToken } from '@angular/core'; export const WINDOW = new InjectionToken<Window>('global window');