This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Angular 2 Workshop</title> | |
<script src="vendor/angular2-polyfills.js"></script> | |
<script src="vendor/system.src.js"></script> | |
<script src="jspm.config.js"></script> | |
<script src="vendor/bundle.js"></script> | |
</head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Type definitions for es6-collections v0.5.1 | |
// Project: https://github.com/WebReflection/es6-collections/ | |
// Definitions by: Ron Buckton <http://github.com/rbuckton> | |
// Definitions: https://github.com/borisyankov/DefinitelyTyped | |
/* ***************************************************************************** | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Licensed under the Apache License, Version 2.0 (the "License"); you may not use | |
this file except in compliance with the License. You may obtain a copy of the | |
License at http://www.apache.org/licenses/LICENSE-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SystemJS.config({ | |
transpiler: "plugin-typescript", | |
packages: { | |
"app": { | |
"main": "app.js", | |
"meta": { | |
"*.js": { | |
"loader": "plugin-typescript" | |
} | |
} |