Guest User

Untitled

a guest
Jul 25th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.  
  6. <script src="node_modules/core-js/client/shim.min.js"></script>
  7. <script src="node_modules/zone.js/dist/zone.js"></script>
  8. <script src="node_modules/reflect-metadata/Reflect.js"></script>
  9.  
  10. <script src="node_modules/systemjs/dist/system.src.js"></script>
  11. <script src="systemjs.config.js"></script>
  12.  
  13. <script type="text/javascript">
  14. System.import('app').catch(console.log.bind(console));
  15. </script>
  16. </head>
  17.  
  18. <body></body>
  19.  
  20. </html>
Add Comment
Please, Sign In to add comment