We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b30539 commit 16b6f33Copy full SHA for 16b6f33
src/cdk/collections/selection.ts
@@ -39,7 +39,7 @@ export class SelectionModel<T> {
39
/**
40
* Event emitted when the value has changed.
41
* @deprecated Use `changed` instead.
42
- * @deletion-target 8.0.0 To be changed to `changed`
+ * @breaking-change 8.0.0 To be changed to `changed`
43
*/
44
onChange: Subject<SelectionChange<T>> | null = this.changed;
45
0 commit comments