I am using Angular 6 following the official documentation. The default filtering doesn't seem to work on the nested objects like category and location. I have heard about overriding filterPredicate by doing something like this this.MyDataSource.filte...
EEMMANUEL commentedSteps to reproduce the problem: 1) go to https://github.com/angular/material.angular.io and clone it 2) read the Readme.md, carefully follow all instructions you find in the web, clone the material2, fetch local, etc. 3) 'ng serve' and see a lot of ...
AAmaan commentedI have four tabs, currently i am loading all the four tabs using angular material with content from REST api call. As per the requirement i need to change like below: A dropdown with tab header values will tend to load only one tab which is the sele...
GDiego commented