imba-router
imba-router copied to clipboard
Access Imba Router from JS
We are considering moving our components to Imba but keeping our app logic in JS.
Is it possible to access the Imba Router and call its methods?
For example send the user to /login when the token has expired.
@somebee is this something that is possible via router.go(...)?