gymmuenchenstein / gym-lessons-angular-application

Angular application that shows a timetable of Gymnasium Münchenstein
https://gymmuenchenstein.github.io/gym-lessons-angular-application/
1 stars 0 forks source link

Reset search field and menu bar if context changes #37

Open andreas-aeschlimann opened 7 months ago

andreas-aeschlimann commented 7 months ago

If a new timetable is shown, reset the search field and show the timetable information in the menu bar.

ThisRedstony commented 7 months ago

Short info: Made API change of filter service

The currentFilterSequence: { [key: string]: any } is now a public variable, which means the context can be read from there.