refactor: delete private for local action
This commit is contained in:
parent
aa2eab9a4c
commit
e36376db3a
@ -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 => {
|
||||||
|
Loading…
Reference in New Issue
Block a user