getWindow function

  1. @Injectable()
Window getWindow()

Returns the current browser's Window.

Visible for transformer only.

Implementation

@Injectable()
Window getWindow() => window;