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 11< div class ="docs-component-viewer-nav ">
22 @let items = (this.items | async) || [];
3- @let params = this. _params | async;
3+ @let params = _params | async;
44
55 @if (items.length > 0) {
66 < div class ="docs-component-viewer-nav-content ">
Original file line number Diff line number Diff line change 3232< span class ="mat-button-toggle-focus-overlay "> </ span >
3333< span class ="mat-button-toggle-ripple " matRipple
3434 [matRippleTrigger] ="button "
35- [matRippleDisabled] ="this. disableRipple || this. disabled ">
35+ [matRippleDisabled] ="disableRipple || disabled ">
3636</ span >
Original file line number Diff line number Diff line change 1111< div class ="mat-sort-header-container mat-focus-indicator "
1212 [class.mat-sort-header-sorted] ="_isSorted() "
1313 [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' "
1616 [class.mat-sort-header-recently-cleared-ascending] ="_recentlyCleared() === 'asc' "
1717 [class.mat-sort-header-recently-cleared-descending] ="_recentlyCleared() === 'desc' "
1818 [class.mat-sort-header-animations-disabled] ="_animationsDisabled "
You can’t perform that action at this time.
0 commit comments