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
import {Component} from 'angular2/core'; | |
import {bootstrap} from 'angular2/platform/browser'; | |
import 'rxjs/Rx'; | |
import {HTTP_PROVIDERS, Http} from 'angular2/http'; | |
@Component({ | |
selector: 'app', | |
template: ` | |
<ul *ngFor="#person of people | async"> | |
{{person.name}} | |
</ul> |
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" | |
} | |
} |
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 |