I went in and changed the web.config to ignore that route in the umbracoReservedUrls config entry.
In short I am trying to get 1 page with my site to be able to be an angular 2 page. I am having trouble figuring out how to bootstrap my app in that page.
Angular 2 on Front End
Does anyone know if it is possible to have certain pages use Angular 2 while other pages are handled as they would be normally with umbraco?
The issue I am running into is when I try to run
It is making a request out to /application/app.
I went in and changed the web.config to ignore that route in the umbracoReservedUrls config entry.
In short I am trying to get 1 page with my site to be able to be an angular 2 page. I am having trouble figuring out how to bootstrap my app in that page.
Thanks
is working on a reply...