refactor: delete private for local action

This commit is contained in:
Polianin Nikita 2024-06-27 01:47:09 +03:00
parent aa2eab9a4c
commit e36376db3a

View File

@ -44,7 +44,7 @@ export class ScheduleComponent {
@ViewChild('tableHeader') childComponent!: TableHeaderComponent; @ViewChild('tableHeader') childComponent!: TableHeaderComponent;
constructor(private api: ScheduleService) { constructor(api: ScheduleService) {
this.calculateCurrentWeek(); this.calculateCurrentWeek();
this.startTerm = new Date(1, 1, 1); this.startTerm = new Date(1, 1, 1);
api.pairPeriod().subscribe(date => { api.pairPeriod().subscribe(date => {