内容简介:Bug修复 bazel:允许ts_library与列表类型输入互操作(#30600)(bf38df4) bazel:在Mac OS上禁用沙箱(#30460)(3de26a8) bazel: ng test应该运行特定的ts_web_test_suite(#30526)(8bc4da8) 核心:删...
Bug修复
- bazel:允许ts_library与列表类型输入互操作(#30600)(bf38df4)
- bazel:在Mac OS上禁用沙箱(#30460)(3de26a8)
- bazel: ng test应该运行特定的ts_web_test_suite(#30526)(8bc4da8)
- 核心:删除已弃用的
TestBed.deprecatedOverrideProviderAPI(#30576)(5a46f94) - 核心:在打字中查询需要'静态'标志(#30641)(c8af830)
- 核心:暂时删除@deprecated jsdoc标记以获取TextBed.get重载(#30514)(561e01d),关闭#29290 #29905
- router:在比较对象时,为IE 11错误破坏URL统一正确输入(#30464)(32daa93)
特征
- common:通过
onUrlChangehook 添加观察AngularJS URL更新的能力(#30466)(8022d36) - 常见: SlicePipe更严格的类型(#30156)(722b2fa)
弃用
突破性的变化
- 核心:在Angular版本8中,要求所有@ViewChild和@ContentChild查询都有一个“静态”标志,指定查询是“静态”还是“动态”。编译器以前自动对查询进行排序,但在8.0中,开发人员需要明确指定所需的行为。作为迁移的一部分,这是一项临时要求; 有关详细信息,请参阅 https://angular.io/guide/static-query-migration。
@ViewChildren和@ContentChildren查询始终是动态的,因此不受影响。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Web Security Testing Cookbook
Paco Hope、Ben Walther / O'Reilly Media / 2008-10-24 / USD 39.99
Among the tests you perform on web applications, security testing is perhaps the most important, yet it's often the most neglected. The recipes in the Web Security Testing Cookbook demonstrate how dev......一起来看看 《Web Security Testing Cookbook》 这本书的介绍吧!