Hi,
I have downloaded the Oracle JET Template which includes TypeScript from: https://www.oracle.com/technetwork/developer-tools/jet/downloads/index.html
I was comparing a bit with the default templates generated by ojet create and how things are setup and I found the following:
- In regular Oracle JET apps if you copy and paste the URL like http://localhost:8000/?root=incidents you go to the Incidents module.
- In the JET Application using TypeScript I found it never goes to the proper module, you can only go by clicking the navigation buttons.
Is this the intended behaviour? or is it a bug in the TypeScript template?.
Thanks.
Kind regards.