angular-docs-cn/public/docs/_fragments/quickstart/index.html.md

453 B

<html>
	<head>
		<title>Angular 2 Quickstart</title>
    <script src="node_modules/traceur/bin/traceur-runtime.js"></script>
    <script src="node_modules/es6-module-loader/dist/es6-module-loader.js"></script>
    <script src="node_modules/systemjs/dist/system.src.js"></script>
    <script src="node_modules/angular2/bundles/angular2.dev.js"></script>
	</head>
	<body>
		<app></app>
		<script>System.import('src/app');</script>
	</body>
</html>