In previous posts, I wrote about Getting started with Angular Material and Angular Material: toolbar and sidenav. In this post, I take a look at Angular Material's table component. Layout The Material Design website includes a great introduction to layout. Angular Material Starter Components A great way to learn about…
2 posts tagged
sorting
Ionic 3 filtering, sorting and pipes
Every application starts out with what seems like a simple task: get some data, transform it, and then show it to your users. You can use a service to fetch data from your server and a pipe to transform it. However, ... Angular doesn't provide pipes for filtering or sorting lists.…