发布于 2017-10-19 23:00:33 | 173 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS Tutorial中文版,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
Angular 4.4.6 和 5.0.0-rc.3 已发布,更新如下:
5.0.0-rc.3 bug修复:
animations: always fire inner trigger callbacks even if blocked by parent animations (#19753) (5a9ed2d), closes #19100
animations: ensure animateChild() works with all inner leave animations (#19006) (#19532) (#19693) (f42d317)
animations: ensure inner :leave animations do not remove node when skipped (#19532) (#19693) (d035175)
bazel: fix the output directory for extractor to be genfiles/ instead of bin/ (#19716) (405ccc7)
common: attempt to JSON.parse errors for JSON responses (#19773) (04ab9f1)
compiler: generate correct imports for type check blocks (#19582) (60bdcd6)
compiler: prepare for future Bazel semantics of += (#19717) (836c889)
4.4.6 bug 修复:
animations: properly support boolean-based transitions and state changes (#19672) (f983a6c), closes #9396 #12337
common: attempt to JSON.parse errors for JSON responses (#19773) (269f5ac)
router: RouterLinkActive should update its state right after checking the children (53a807a), closes #18983
性能改进:
更多请查看发布主页。