要知道,Angular 现在是在做减法,而不是加法。 我们跟着升级是很安全的,breaking changes 不多。 好,升级可以,那写法要改吗? 告诉你一个秘密,Angular Material 源码里: 一堆的 @Inject, @Input 一堆的 NgZone 一行Signal 也没有 (更新:v18 一行都没有,但 v19 开始,已经有一些 Signal 了) 所以大家根本不用...
## Breaking Changes ### - Node.js v16 support has been removed and the minimum support version has been bumped to 18.13.0. Node.js v16 is planned to be End-of-Life on 2023-09-11. Angular will stop supporting Node.js v16 in Angular v17. For Node.js release schedule details, please...
而且是正式版,不再是 experimental preview 了。 由于本篇写的时候是 v17,而我现在没力修改下面的 demo 代码,所以这里 highlight 一下 breaking changes 就好: 不需要 @angular/material-experimental @use '@angular/material-experimental' as matx; 直接用 @angular/material 即可 @use '@angular/material' as...
The impact of this was immediately obvious. I think the easiest refactor would be to just place the card contents in a div with set padding, which should hopefully avoid breaking changes in the future, but I'm trying a few different ways and I'm open to suggestions. No way around it,...
Breaking Changes Version 19.x.x >= no longer supports ng 18. If you need ng 18 support, stick with version 18.x.x. Version 18.x.x >= no longer supports ng 17. If you need ng 17 support, stick with version 17.x.x. Version 17.x.x >= no longer supports ng 16 - 13. If yo...
## Breaking Changes ### - Angular Compatibility Compiler (ngcc) has been removed and as a result Angular View Engine libraries will no longer work - Deprecated `EventManager` method `addGlobalEventListener` has been removed as it is not used by Ivy. ...
BREAKING CHANGES conversational-ui: Adds @progress/kendo-angular-layout, @progress/kendo-angular-icons and @progress/kendo-angular-inputs as peer dependencies scheduler: Adds @progress/kendo-angular-tooltip as a peer dependency Supported Themes @progress/kendo-theme-bootstrap: ^7.2.0 @progress/kendo...
57 * @breaking-change 14.0.0 58 */ 59 const MESSAGES_CONTAINER_ID = 'cdk-describedby-message-container'; 60 /** 61 * ID prefix used for each created message element. 62 * @deprecated To be turned into a private variable. ...
Breaking Changes @schematics/angular The app-shell schematic is no longer compatible with Webpack-based builders. Assets2 kcaayush2158 and VladimirCreator reacted with thumbs up emojikcaayush2158 reacted with laugh emojikcaayush2158 reacted with hooray emojikcaayush2158 and juanArguello reacted with...
185 * @breaking-change 16.0.0 make return type boolean 186 */ 187 toggle(value: T): boolean | void; 188 /** 189 * Clears all of the selected values. 190 * @param flushEvent Whether to flush the changes in an event. 191 * If false, the changes to the selection will be...