发布于 2017-03-02 09:28:46 | 220 次阅读 | 评论: 0 | 来源: 网友投递
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
Angular 是一款十分流行且好用的 Web 前端框架,目前由 Google 维护。
Angular 4.0.0 rc2 更新内容:(2017-03-02)
Bug 修复
animations: make animations work in AOT
compiler: apply element bindings before host bindings
compiler: fix identifier names of EMPTY_MAP
/ EMPTY_ARRAY
compiler: quote animation
in RendererTypeV2
and skip if empty
core: call lifecycle hooks for siblings in declaration order
core: fix isComponentView()
and isEmbeddedView()
tests
language-service: tolerate errors in decorators
platform-server: don't setup Testability and TestabilityRegistry on the server
tsc-wrapped: validate metadata in static members of a class
upgrade: fix upgrade component Closure optimization
性能改进:
delete pre-view-engine core, compiler, platform-browser, etc code
compiler: make identifiers for generated code small to improve dev size
Angular 2.4.9 更新内容:(2017-03-02)
Bug 修复
http: Make ResponseOptionsArgs an interface
router: improve robustness
Reverts
fix(router): do not finish bootstrap until all the routes are resolved