Skip to content

Instantly share code, notes, and snippets.

View Wandersonjack's full-sized avatar
🎯
Focusing

Wanderson Jackson Wandersonjack

🎯
Focusing
View GitHub Profile
@Wandersonjack
Wandersonjack / index.html
Created December 19, 2016 08:05 — forked from argentinaluiz/index.html
Quickstart with Angular 2
<html>
<head>
<title>Angular 2 - School of Net</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="node_modules/core-js/client/shim.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>
<script src="node_modules/reflect-metadata/Reflect.js"></script>
<script src="node_modules/systemjs/dist/system.src.js"></script>