Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title></title>
  5. <script src="node_modules/zone.js/dist/zone.js"></script>
  6. <script src="node_modules/reflect-metadata/Reflect.js"></script>
  7. <script src="node_modules/systemjs/dist/system.js"></script>
  8. <script>
  9. System.config({
  10. map: {
  11. '@angular/core': 'node_modules/@angular/core/bundles/core.umd.js',
  12. '@angular/common': 'node_modules/@angular/common/bundles/common.umd.js',
  13. '@angular/compiler': 'node_modules/@angular/compiler/bundles/compiler.umd.js',
  14. '@angular/platform-browser': 'node_modules/@angular/platform-browser/bundles/platform-browser.umd.js',
  15. '@angular/platform-browser-dynamic': 'node_modules/@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js',
  16. 'rxjs': 'node_modules/rxjs'
  17. },
  18. packages: {
  19. '.': {}
  20. }
  21. });
  22. System.import('main');
  23. </script>
  24. </head>
  25. <body>
  26. <poneyracer-app>
  27. You will see me while Angular starts the app!
  28. </poneyracer-app>
  29.  
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement