Skip to content

Instantly share code, notes, and snippets.

@tkssharma
Created June 27, 2016 05:53
Show Gist options
  • Save tkssharma/9e18923f6da4f46b533322aac01bce90 to your computer and use it in GitHub Desktop.
Save tkssharma/9e18923f6da4f46b533322aac01bce90 to your computer and use it in GitHub Desktop.
<body>
<app>Loading...</app>
<script>
System.config({
transpiler: 'typescript',
typescriptOptions: {emitDecoratorMetadata: true},
packages: {app: {defaultExtension: 'ts'}}
});
System.import('app');
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment