Add deprecation notice
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:
npm install -g http-server
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.
TypeScript
Alternatively, you can clone the repo directly.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
install:
run:
install typings (required for design time typechecking in editors)
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
TypeScriptpackage.Alternatively, you can clone the repo directly.