[关闭]
@tianqing123 2017-01-06T17:48:37.000000Z 字数 653 阅读 1440

angular2使用笔记

angular2 window


快速起步

  1. 安装nodejs(版本至少大于v6.2.0)
    中文:http://nodejs.cn/
    官网:https://nodejs.org/en/
  2. 安装angular2环境
    参考:https://angular.cn/docs/ts/latest/guide/setup.html

angular2参考

中文:https://angular.cn/docs/ts/latest/
英文:http://angular2.axuer.com/docs/ts/latest/

知识点

typescript参考

https://www.gitbook.com/book/zhongsp/typescript-handbook/details

组件库

参考:

名称 地址 开发团队 说明
ng-bootstrap https://ng-bootstrap.github.io/#/home angular-ui Team
ag-grid https://www.ag-grid.com/ag-grid-angular-systemjs/

typescript写法

let m = function(x){return x+1}; let m = x => x+1;

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注