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 aff565a commit aa140a4Copy full SHA for aa140a4
src/cdk/bidi/bidi.md
@@ -20,7 +20,7 @@ export class MyWidget implements OnDestroy {
20
constructor(dir: Directionality) {
21
this.isRtl = dir.value === 'rtl';
22
23
- _dirChangeSubscription = dir.change.subscribe(() => {
+ this._dirChangeSubscription = dir.change.subscribe(() => {
24
this.flipDirection();
25
});
26
}
0 commit comments