发布于 2017-10-13 00:31:07 | 169 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS开发指南,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
Angular 4.4.5 和 5.0.0-rc.2 已发布,更新如下:
Bug 修复
animations: properly support boolean-based transitions and state changes
compiler: correctly calculate the out path on windows
compiler-cli: produce smaller source maps for templates
性能改进
animations: reduce size of bundle by removing AST classes
compiler: only type check input files when using bazel
compiler: skip type check and emit in bazel in some cases
compiler: speed up loading of summaries for bazel
下载地址:
Bug 修复
compiler: TestBed.overrideProvider
should keep imported NgModule
s eager
compiler: correctly instantiate eager providers that are used via Injector.get
compiler: disallow references for select and index evaluation
core: make dynamic & inline code checking behave the same
platform-browser: support customEqualityTesters when overriding Jasmine toEqual
tsc-wrapped: don't rewrite imports when annotating for closure
下载地址: