内容简介:Angular 是一个基于 TypeScript 的开源前端框架,由 Google 的 Angular 团队以及社区共同领导,从 AngularJS 完全重写而成。 Angular v13.1.0 已发布,此版本主要更新内容如下: 弃用基于 NgModule factories 的 ...
Angular 是一个基于 TypeScript 的开源前端框架,由 Google 的 Angular 团队以及社区共同领导,从 AngularJS 完全重写而成。
Angular v13.1.0 已发布,此版本主要更新内容如下:
- 弃用基于 NgModule factories 的
downgradeModule函数签名(#44090) - 支持 NgModule 类作为
downgradeModule函数的参数( #43973 )
已弃用基于 NgModule factories 的 downgradeModule 函数调用,改用基于 NgModule 类的 downgradeModule 调用。
TestRequest的 XHR errors 错误类型不正确 (#36082)
来自 @angular/common/http/testing 的测试请求(TestRequest)在模拟 XHR 错误时不再接受 ErrorEvent,取而代之的是传递 ProgressEvent 实例,以匹配本地浏览器的行为。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Head First Python
Paul Barry / O'Reilly Media / 2010-11-30 / USD 49.99
Are you keen to add Python to your programming skills? Learn quickly and have some fun at the same time with Head First Python. This book takes you beyond typical how-to manuals with engaging images, ......一起来看看 《Head First Python》 这本书的介绍吧!
