Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <base href="/">
  5. <meta charset="utf-8">
  6. <title>Ng2</title>
  7.  
  8. {{#unless environment.production}}
  9. <script src="/ember-cli-live-reload.js" type="text/javascript"></script>
  10. {{/unless}}
  11. <meta name="viewport" content="width=device-width, initial-scale=1">
  12. <link rel="icon" type="image/x-icon" href="favicon.ico">
  13. </head>
  14. <body>
  15. <app-root>Loading...</app-root>
  16. {{#each scripts.polyfills}}
  17. <script src="{{.}}"></script>
  18. {{/each}}
  19. <script>
  20. System.import('system-config.js').then(function () {
  21. System.import('main');
  22. }).catch(console.error.bind(console));
  23. </script>
  24.  
  25. </body>
  26. </html>
  27.  
  28. {{#unless environment.production}} {{/unless}} Loading... {{#each scripts.polyfills}} {{/each}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement