Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <script>
  2. System.config({
  3. packages: {
  4. app: {
  5. format: 'register',
  6. defaultExtension: 'js'
  7. }
  8. }
  9. });
  10. System.import('app/main')
  11. .then(null, console.error.bind(console));
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement