发布于 2018-01-04 23:52:07 | 185 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS开发指南,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
Angular 5.2.0-rc.0 和 5.1.3 已发布,此次更新主要是修复 bug,具体如下:
5.2.0-rc.0 bug 修复:
animations: avoid infinite loop with multiple blocked sub triggers (#21119) (86a36ea)
animations: renaming issue with DOMAnimation. (#21125) (871ece6)
common: handle JS floating point errors in percent pipe (#20329) (07b81ae), closes #20136
language-service: ignore null metadatas (#20557) (3e47ea2), closes #20260
router: fix wildcard route with lazy loaded module (again) (#18139) (5ba1cf1), closes #13848
下载地址:
5.1.3 bug 修复:
animations: avoid infinite loop with multiple blocked sub triggers (#21119) (3e34fa8)
animations: renaming issue with DOMAnimation. (#21125) (d1f4500)
common: handle JS floating point errors in percent pipe (#20329) (fa0e8ef), closes #20136
language-service: ignore null metadatas (#20557) (48a1f32), closes #20260
router: fix wildcard route with lazy loaded module (again) (#18139) (8c99175), closes #13848
下载地址: