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 b30cf6e commit 0988db9Copy full SHA for 0988db9
src/cdk/collections/collections.md
@@ -30,5 +30,5 @@ console.log(model.isSelected(4)) //-> true
30
console.log(model.sort()) //-> [1,2,3,4]
31
32
// listen for changes
33
-model.changes.subscribe(s => console.log(s));
+model.changed.subscribe(s => console.log(s));
34
```
0 commit comments