refactor: add space between Component and class
This commit is contained in:
@ -22,6 +22,7 @@ import {LoadingIndicatorComponent} from "@component/common/loading-indicator/loa
|
||||
templateUrl: './lecture-hall.component.html',
|
||||
styleUrl: './lecture-hall.component.css'
|
||||
})
|
||||
|
||||
export class LectureHallComponent {
|
||||
protected campusId: number | null = null;
|
||||
protected chipLecture: FormControl = new FormControl();
|
||||
|
Reference in New Issue
Block a user