I created sidenavigation to display filter for mobile resolution. I defined limit 750px for button visibility.
I tried to avoid boilerplate code for the filter-box but if I wanted to get some data from BaseFilterPageComponent it returned empty array because the initialization occurred before Base ( Javascript :) ). I did not want to use setTimeOut because it is not the best solution.
I created sidenavigation to display filter for mobile resolution. I defined limit 750px for button visibility.
I tried to avoid boilerplate code for the filter-box but if I wanted to get some data from BaseFilterPageComponent it returned empty array because the initialization occurred before Base ( Javascript :) ). I did not want to use setTimeOut because it is not the best solution.
Refer to #674.