We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import { DOCUMENT } from '@angular/common'; import { WINDOW } from '../utils/window'; constructor(@Inject(WINDOW) private win: any, @Inject(DOCUMENT) private doc: any) {}