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 0e2617d commit 223e114Copy full SHA for 223e114
src/cdk/observers/observers.md
@@ -12,3 +12,10 @@ mutation to the content is observed.
12
<ng-content></ng-content>
13
</div>
14
```
15
+
16
+Directive also can be used for observing any type of content
17
+```html
18
+<div class="content-wrapper" (click)="changeText()" (cdkObserveContent)="textChanged()">
19
+ {{ text }}
20
+</div>
21
+```
0 commit comments