I tried showing my Angular app in a custom dashboard in the Umbraco backoffice. However I'm having a lot of trouble achieving this.
I've tried simply using the index.html path that is in the Angular dist folder and using that in my package.manifest.
However doing this causes a routing conflict/loop in my backoffice. Whenever I click on a section(doesn't even have to be the section my Angular app is in) it keeps redirecting to to the "Content"-section and is stuck in a loop redirecting for a while. About 10% of the time my Angular app actually does load.
Any one here have any idea how I could use an external Angular 2+ application in a custom section in the Umbraco backoffce?
Angular 2+ in Umbraco 8/9 backoffice
Hi,
I tried showing my Angular app in a custom dashboard in the Umbraco backoffice. However I'm having a lot of trouble achieving this.
I've tried simply using the index.html path that is in the Angular dist folder and using that in my package.manifest.
However doing this causes a routing conflict/loop in my backoffice. Whenever I click on a section(doesn't even have to be the section my Angular app is in) it keeps redirecting to to the "Content"-section and is stuck in a loop redirecting for a while. About 10% of the time my Angular app actually does load.
Any one here have any idea how I could use an external Angular 2+ application in a custom section in the Umbraco backoffce?
Thanks in advance!
is working on a reply...