发布于 2018-01-18 00:22:48 | 295 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS开发指南,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
Angular 6.0 的首个 beta 版已发布,6.0.0-beta.0 的更新主要是新增了一些特性、修复 bug 以及提升性能。5.2.1 的更新主要是新增了一些特性和 bug 修复。
6.0.0-beta.0 (2018-01-17)
Bug 修复
animations: fix increment/decrement aliases example (#18323) (d2aa8ac)
benchpress: should still support selenium_webdriver < 3.6.0 (#21477) (9b84a32)
common: set correct timezone for ISO8601 dates in Safari (#21506) (05208b8), closes #21491
compiler: cache external reference resolution (#21359) (e3e2fc0)
compiler: make .ngsummary.json
files idempotent (#21448) (e64b1e9)
core: fix chained http call (#20924) (7e3f9a4), closes #20921
language-service: Clear caches when program changes (#21337) (43e1520), closes #19405
service-worker: properly handle invalid hashes in all scenarios (#21288) (3951098)
特性
bazel: allow ng_module rules to control whether type checking is enabled (#21460) (cffa0fe)
core: add binding name to content changed error (#20352) (d3bf54b)
forms: handle string with and without line boundary on pattern validator (#19256) (54bf179)
性能改进
5.2.1 (2018-01-17)
Bug 修复
animations: fix increment/decrement aliases example (#18323) (48c1898)
benchpress: should still support selenium_webdriver < 3.6.0 (#21477) (3c6a506)
common: set correct timezone for ISO8601 dates in Safari (#21506) (8e9cd57), closes #21491
compiler: cache external reference resolution (#21359) (c32e833)
compiler: make .ngsummary.json
files idempotent (#21448) (a931a41)
core: fix chained http call (#20924) (54e7576), closes #20921
language-service: Clear caches when program changes (#21337) (cc9419d), closes #19405
service-worker: properly handle invalid hashes in all scenarios (#21288) (51eb3d4)
特性
core: add binding name to content changed error (#20352) (4556532)
forms: handle string with and without line boundary on pattern validator (#19256) (75f8522)
详情请参阅更新日志地址。
源码下载:https://github.com/angular/angular/releases