Skip to content

Instantly share code, notes, and snippets.

@Sankame
Last active May 4, 2017 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sankame/313fb54ffa44bf31ed2a to your computer and use it in GitHub Desktop.
Save Sankame/313fb54ffa44bf31ed2a to your computer and use it in GitHub Desktop.
【Angular2】クイックスタート
<!-- hello.html -->
<html>
<head>
<title>Angular 2 Quickstart</title>
<script src="https://github.jspm.io/jmcriffey/bower-traceur-runtime@0.0.87/traceur-runtime.js">
</script>
<script src="https://jspm.io/system@0.16.js">
</script>
<script src="https://code.angularjs.org/2.0.0-alpha.23/angular2.dev.js">
</script>
</head>
<body>
<!-- The app component created in hello.ts -->
<my-app></my-app>
<script>System.import('hello');</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment