TodoMVC application demo for ng-conf 2015
Перейти к файлу
Mohamed Hegazy 7b34428d52 Add deprecation notice 2016-05-02 11:49:18 -07:00
css updated to use latest Angular2 and TypeScript 1.5 2015-04-24 16:10:56 -07:00
firebase updated to use latest Angular2 and TypeScript 1.5 2015-04-24 16:10:56 -07:00
vs Port latest devmode command file 2015-06-23 12:43:05 -07:00
.gitignore switch to use the latest systemjs, transpile files in browser, add 2015-06-05 16:47:22 -07:00
index.html merge with master 2015-06-06 15:07:13 -07:00
package.json merge with master 2015-06-06 15:07:13 -07:00
readme.md Add deprecation notice 2016-05-02 11:49:18 -07:00
todo.html Merge pull request #9 from mariannemyers/issue3 2015-06-11 18:08:49 -07:00
todo.ts Fixes Microsoft/ngconf2015demo#37: Empty todos can be added. 2015-06-12 16:32:17 +05:45
tsconfig.json added tsconfig.json 2015-06-06 15:11:43 -07:00
tsd.json switch to use the latest systemjs, transpile files in browser, add 2015-06-05 16:47:22 -07:00

readme.md

NOTE: This repo is no longer updated. Please refere to the Angular2 Quick Start guide at: https://angular.io/docs/ts/latest/quickstart.html for a Angular2 + TypeScript sample.

install:

npm install

Note: This demo uses SystemJS and es6-module-loader to transpile typescript files in the browser. It also uses a pre-release drop of TypeScript 1.5.2 from mhegazy/typescript#v1.5-beta2

run:

  • install http-server package via
npm install -g http-server 
  • run server (if port 8080 it taken, pick any port that is free)
http-server -p 8080

install typings (required for design time typechecking in editors)

npm install tsd -g
tsd reinstall
tsd rebundle

update Visual Studio:

Install TypeScript 1.5 or later releases:

update Sublime Text:

If you are using Package Control for Sublime Text, simply install the TypeScript package.

Alternatively, you can clone the repo directly.