You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Hoping in the future, Router support will be possible here and this implementation could be wrapped up and provided as an npm module. In meantime, there is always manual exploration :)
The text was updated successfully, but these errors were encountered:
I've been exploring getting the
Router
working here.Modifying
main.ts
as follows:component
changes:Results in this error:
It gets closer by modifying
electron_app.ts
as follows:This results in this error:
In the spirit of exploration and attempting to dig deeper, I mocked
BrowserPlatformLocation
like so:That results in this:
Curious if anything jumps out to anyone here that may get the
Router
working with this?This experimentation (hacking) is continuing here:
https://github.com/NathanWalker/angular2-seed-advanced/tree/4-electron-support
Specifics related to above:
https://github.com/NathanWalker/angular2-seed-advanced/blob/4-electron-support/src/frameworks/desktop.framework/electron/platform/electron_app.ts#L92
Hoping in the future,
Router
support will be possible here and this implementation could be wrapped up and provided as an npm module. In meantime, there is always manual exploration :)The text was updated successfully, but these errors were encountered: