windowModule top-level constant

Module const windowModule

Implementation

const windowModule = Module(provide: [
  FactoryProvider(Document, getDocument),
  FactoryProvider(HtmlDocument, getDocument),
  FactoryProvider(Window, getWindow),
]);