Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and taiga-family-bot committed Sep 17, 2024
1 parent 8a36a5d commit a23a18c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {TUI_SHEET, TUI_SHEET_SCROLL} from '../../sheet-tokens';
changeDetection: ChangeDetectionStrategy.OnPush,
host: {
ngSkipHydration: 'true',
}
},
})
export class TuiSheetBarComponent {
private readonly sheet = inject(TUI_SHEET);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const TUI_SHEET_ID = 'tui-sheet-id';
changeDetection: ChangeDetectionStrategy.OnPush,
host: {
ngSkipHydration: 'true',
}
},
})
export class TuiSheetHeadingComponent implements AfterViewInit {
private readonly el = tuiInjectElement();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {TuiSheetService} from '../../sheet.service';
animations: [tuiSlideInTop, tuiFadeIn],
host: {
ngSkipHydration: 'true',
}
},
})
export class TuiSheetsHostComponent implements OnInit {
private readonly service = inject(TuiSheetService);
Expand Down

0 comments on commit a23a18c

Please sign in to comment.