-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Piotr edited this page May 14, 2016
·
1 revision
-
live-serverthis command run server with hot-reload. To install it typenpm install -g live-server -
tsc --watch --sourceMapthis command compile typescript to js and also generates*.map.jsfiles to allow debugging typescript in browser
-
tsconfig.jsonconfig for tsc command (compile ts files to js) -
app.component.ts,boot.tsvery basic angular files -
index.htmlis contains config to Systemjs config is the same like in oficial angular tutorial
-
angular2self descriptive -
es6-shimProvides compatibility shims so that legacy JavaScript engines behave as closely as possible to ECMAScript 6 (Harmony). -
reflect-metadataallow use decorators -
rxjsThe Reactive Extensions for JavaScript -
systemjsallow import and export modules betwen files -
zone.jsYou can think of it as thread-local storage for JavaScript VMs