内容简介:Angular 5.0.0-rc.1 已发布,该版本的更新内容包括 bug 修复和性能改进,具体如下: Bug 修复 compiler: always emit summaries for jit with ng_module bazel rule. (1058b2a) don’t rely on goog.DEBUG but...
Angular 5.0.0-rc.1 已发布,该版本的更新内容包括 bug 修复和性能改进,具体如下:
Bug 修复
compiler: always emit summaries for jit with ng_module bazel rule. (1058b2a)
don’t rely on
goog.DEBUGbut onCOMPILEDinstead (db74f44)compiler: add typings for
COMPILED. (0038712)compiler: also count generated files to determine whether to use single file emit (7c5ecb5)
compiler: disallow references for select and index evaluation (f3f4c3d)
compiler: don’t use
ng://in AOT source maps, and never point to the original source file (01f7112), closes #19538compiler: only don’t emit already emitted files in incremental compilation (caa5195)
compiler: set
emitSkippedto false for incremental compilation (c412913)service-worker: several misc fixes for corner cases (f10f8db)
upgrade: call
ngOnInit()afterngOnChanges()(on components with inputs) (eef7d8a), closes #18913upgrade: correctly run change detection when
propagateDigestis false (617b3d2)upgrade: ensure downgraded components are destroyed in the Angular zone (4e6aa9c)
性能改进
compiler: don’t emit summaries for jit by default (b086891)
compiler: fix perf issue in loading aot summaries in jit compiler (fbc9537)
compiler: only emit changed files for incremental compilation (745b59f)
下载地址:
官方表示 Angular 5 正式版预计将于 10 月 23 日发布。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
多任务下的数据结构与算法
周伟明 / 华中科技 / 2006-4 / 58.00元
本书和传统同类书籍的区别是除了介绍基本的数据结构容器如栈、队列、链表、树、二叉树、红黑树、AVL树和图之外,引进了多任务;还介绍了将任意数据结构容器变成支持多任务的方法;另外,还增加了复合数据结构和动态数据结构等新内容的介绍。在复合数据结构中不仅介绍了哈希链表、哈希红黑树、哈希AVL树等容器,还介绍了复合数据结构的通用设计方法;在动态数据结构中主要介绍了动态环形队列、动态等尺寸内存管理算法。在内存......一起来看看 《多任务下的数据结构与算法》 这本书的介绍吧!
HTML 编码/解码
HTML 编码/解码
正则表达式在线测试
正则表达式在线测试