utils/browser/window/module library
Constants
-
locationBindings
→ const List<
FactoryProvider< Object> > - Provides Location bound for use within Angular.
-
windowBindings
→ const List<
FactoryProvider< Object> > - Provides Document, HtmlDocument, and Window bound for use within Angular.
- windowModule → const Module
Functions
-
getDocument(
) → HtmlDocument - Returns the current browser's Document.
-
getLocation(
Window window) → Location - Returns the current Window's location.
-
getWindow(
) → Window - Returns the current browser's Window.