内容简介:Angular 6.1.0 RC3 发布了,此次更新支持了在 service-worker SW 中使用 ?能配选项。此次是直接跳过 RC1 与 RC2 发布
Angular 6.1.0 RC3 发布了,此次更新支持了在 service-worker SW 中使用 ?能配选项。
此次是直接跳过 RC1 与 RC2 发布
具体更新内容如下:
Bug Fixes
-
common:do not round factional seconds ( #24831 ) ( a527c69 ), closes #24384
-
common:format fractional seconds ( #24844 ) ( 0b4d85e ), closes #24831
-
common:properly update collection reference in NgForOf ( #24684 ) ( ff84c5c ), closes #24155
-
common:use correct currency format for locale de-AT ( #24658 ) ( dcabb05 ), closes #24609
-
compiler:fix a few non-tree-shakeable code patterns ( #24677 ) ( 50d4a4f )
-
compiler:i18n_extractor now outputs the correct source file name ( #24885 ) ( c8ad965 ), closes #24884
-
compiler-cli:Use typescript to resolve modules for metadata ( #22856 ) ( 0d5f2d3 )
-
core:mark NgModule as not the root if APP_ROOT is set to false ( #24814 ) ( 1089261 )
-
core:use addCustomEqualityTester instead of overriding toEqual ( #22983 ) ( 0922228 ), closes #22939
-
language-service:do not overwrite native
Reflect( #24299 ) ( 6881404 ), closes #21420 -
platform-browser:add missing deps for HammerGesturesPlugin ( #24682 ) ( 13d60ea )
-
platform-browser:mark Meta and Title services as tree shakable providers ( #24815 ) ( 197387d )
-
platform-browser:workaround wrong import path generated by ngc for DOCUMENT ( #24830 ) ( 7d27ecc )
-
router:add ability to recover from malformed url ( #23283 ) ( 86d254d ), closes #21468
-
service-worker:avoid network requests when looking up hashed resources in cache ( #24127 ) ( 52d43a9 )
Features
-
bazel:Initial commit of protractor_web_test_suite ( #24787 ) ( 71e0df0 )
-
bazel:protractor_web_test_suite for release ( #24787 ) ( 161ff5c )
-
core:add support for using async/await with Jasmine ( #24637 ) ( 71100e6 )
-
router:add urlUpdateStrategy allow updating the browser URL at the beginning of navigation ( #24820 ) ( 328971f ), closes #24616
-
service-worker:add support for
?in SW config globbing ( #24105 ) ( 250527c )
下载地址:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
计算机是怎样跑起来的
[日] 矢泽久雄 / 胡屹 / 人民邮电出版社 / 2015-5 / 39.00元
本书倡导在计算机迅速发展、技术不断革新的今天,回归到计算机的基础知识上。通过探究计算机的本质,提升工程师对计算机的兴趣,在面对复杂的最新技术时,能够迅速掌握其要点并灵活运用。 本书以图配文,以计算机的三大原则为开端、相继介绍了计算机的结构、手工汇编、程序流程、算法、数据结构、面向对象编程、数据库、TCP/IP 网络、数据加密、XML、计算机系统开发以及SE 的相关知识。 图文并茂,通俗......一起来看看 《计算机是怎样跑起来的》 这本书的介绍吧!