Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Brian Rush 25 posts 95 karma points
    Apr 03, 2017 @ 21:48
    Brian Rush
    0

    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

    <script>
          System.import('app').catch(function(err){ console.error(err); });
    </script>

    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

Please Sign in or register to post replies

Write your reply to:

Draft