Skip to content

Instantly share code, notes, and snippets.

@manekinekko
Created August 19, 2015 22:38
Show Gist options
  • Save manekinekko/37eef4c1aa4017480850 to your computer and use it in GitHub Desktop.
Save manekinekko/37eef4c1aa4017480850 to your computer and use it in GitHub Desktop.
ng2 bootstrap file
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<!-- styles -->
<style>
body {
margin: 0;
}
</style>
<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.34/angular2.dev.js"></script>
</head>
<body>
<script>
System.paths = {
'*': '/dist/examples/app/universal/web_workers/*.js',
'angular2/*': '/angular/dist/js/cjs/angular2/*.js'
};
</script>
<script>System.import('bootstrap');</script>
<app>
Loading...
</app>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment