File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
docs/src/app/pages/component-sidenav Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="docs-component-viewer-nav ">
2
2
@let items = (this.items | async) || [];
3
- @let params = this. _params | async;
3
+ @let params = _params | async;
4
4
5
5
@if (items.length > 0) {
6
6
< div class ="docs-component-viewer-nav-content ">
Original file line number Diff line number Diff line change 32
32
< span class ="mat-button-toggle-focus-overlay "> </ span >
33
33
< span class ="mat-button-toggle-ripple " matRipple
34
34
[matRippleTrigger] ="button "
35
- [matRippleDisabled] ="this. disableRipple || this. disabled ">
35
+ [matRippleDisabled] ="disableRipple || disabled ">
36
36
</ span >
Original file line number Diff line number Diff line change 11
11
< div class ="mat-sort-header-container mat-focus-indicator "
12
12
[class.mat-sort-header-sorted] ="_isSorted() "
13
13
[class.mat-sort-header-position-before] ="arrowPosition === 'before' "
14
- [class.mat-sort-header-descending] ="this. _sort.direction === 'desc' "
15
- [class.mat-sort-header-ascending] ="this. _sort.direction === 'asc' "
14
+ [class.mat-sort-header-descending] ="_sort.direction === 'desc' "
15
+ [class.mat-sort-header-ascending] ="_sort.direction === 'asc' "
16
16
[class.mat-sort-header-recently-cleared-ascending] ="_recentlyCleared() === 'asc' "
17
17
[class.mat-sort-header-recently-cleared-descending] ="_recentlyCleared() === 'desc' "
18
18
[class.mat-sort-header-animations-disabled] ="_animationsDisabled "
You can’t perform that action at this time.
0 commit comments