feat: add filter by lesson type

This commit is contained in:
2025-02-01 17:11:28 +03:00
parent 061307447e
commit 5b9b67d50c
5 changed files with 41 additions and 3 deletions

View File

@ -23,6 +23,7 @@
<app-other idButton="lecture-button" textButton="Кабинеты" #lecture (retryLoadData)="loadLectureHalls()"/>
<app-other idButton="group-button" textButton="Группы" #group (retryLoadData)="loadGroups()"/>
<app-other idButton="professor-button" textButton="Профессоры" #professor (retryLoadData)="loadProfessors()"/>
<app-other idButton="lesson-type-button" textButton="Тип занятия" #lesson_type (retryLoadData)="loadLessonType()"/>
<section>
<button mat-flat-button (click)="otherFilter()">Отфильтровать</button>
</section>