发布于 2017-06-09 23:50:48 | 91 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS开发指南,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
Angular 4.2.0 正式版发布了,更新如下:
Bug 修复
animations: ensure web-animations understands a numeric CSS perspective value (819514a), closes #14007
animations: evaluate substitutions on option param values (e9886d7)
forms: fix min and max validator behavior on non-numbers (a222c3e)
router: opening links in new window (4c32cb9)
upgrade: call setInterval outside the Angular zone (269bbe0)
特性
compiler-cli: introduce synchronous codegen API (b00b80a)
性能改进
animations: do not create a closure each time a node is removed (fe6b39d)
animations: only apply :leave
flags if animations are set to run (b55adee)