内容简介:Angular 4.4.5 和 5.0.0-rc.2 已发布,更新如下: 5.0.0-rc.2 (2017-10-12) Bug 修复 animations: properly support boolean-based transitions and state changes compiler: correctly calculate the out pat...
Angular 4.4.5 和 5.0.0-rc.2 已发布,更新如下:
5.0.0-rc.2 (2017-10-12)
Bug 修复
animations: properly support boolean-based transitions and state changes
compiler: correctly calculate the out path on windows
compiler-cli: produce smaller source maps for templates
性能改进
animations: reduce size of bundle by removing AST classes
compiler: only type check input files when using bazel
compiler: skip type check and emit in bazel in some cases
compiler: speed up loading of summaries for bazel
下载地址:
4.4.5 (2017-10-12)
Bug 修复
compiler:
TestBed.overrideProvider
should keep importedNgModule
s eagercompiler: correctly instantiate eager providers that are used via
Injector.get
compiler: disallow references for select and index evaluation
core: make dynamic & inline code checking behave the same
platform-browser: support customEqualityTesters when overriding Jasmine toEqual
tsc-wrapped: don't rewrite imports when annotating for closure
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Ajax开发精要
柯自聪 / 电子工业出版社 / 2006 / 45.00
书籍目录: 概念篇 第1章 Ajax介绍 2 1.1 Ajax的由来 2 1.2 Ajax的定义 3 1.3 Web应用程序的解决方案 5 1.4 Ajax的工作方式 7 1.5 小结 8 第2章 B/S请求响应机制与Web开发模式 9 2.1 HTTP请求响应模型 9 2.2 B/S架构的请求响应机......一起来看看 《Ajax开发精要》 这本书的介绍吧!