We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d6815 commit 917ecaaCopy full SHA for 917ecaa
src/modules/util/index.ts
@@ -1,3 +1,5 @@
1
export { WINDOW } from './tokens'
2
3
export { IWindowService, WindowService } from './window/window.service'
4
+export { WindowServerModule } from './window/window-server.module'
5
+export { WindowBrowserModule } from './window/window-browser.module'
0 commit comments