Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "felixkibellus"

Hi,

yes the use of iframe shold be easy but this is excluded by other reasons.

We include the angular2 app inside the MPA with :

<body>
          <app-root></app-root>
          <script type="text/javascript" src="http://localhost:4200/inline.bundle.js"></script>
          <script type="text/javascript" src="http://localhost:4200/polyfills.bundle.js"></script>
          <script type="text/javascript" src="http://localhost:4200/scripts.bundle.js"></script>
          <script type="text/javascript" src="http://localhost:4200/styles.bundle.js"></script>
          <script type="text/javascript" src="http://localhost:4200/vendor.bundle.js"></script>
          <script type="text/javascript" src="http://localhost:4200/main.bundle.js"></script>
   </body>
Showing 1 to 1 of 1 entries