内容简介: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.overrideProvidershould keep importedNgModules eagercompiler: correctly instantiate eager providers that are used via
Injector.getcompiler: 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]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
奔跑吧 Linux内核
张天飞 / 人民邮电出版社 / 2017-9-1 / CNY 158.00
本书内容基于Linux4.x内核,主要选取了Linux内核中比较基本和常用的内存管理、进程管理、并发与同步,以及中断管理这4个内核模块进行讲述。全书共分为6章,依次介绍了ARM体系结构、Linux内存管理、进程调度管理、并发与同步、中断管理、内核调试技巧等内容。本书的每节内容都是一个Linux内核的话题或者技术点,读者可以根据每小节前的问题进行思考,进而围绕问题进行内核源代码的分析。 本书内......一起来看看 《奔跑吧 Linux内核》 这本书的介绍吧!