Serving data with Angular Material
To implement a table with paging, sorting, and filtering features, we're going to use Angular Material, a UI component library that implements Material Design in Angular. As we most likely already know, Material Design is a UI design language that Google developed in 2014, which focuses on using grid-based layouts, responsive animations, transitions, padding, and depth effects such as lighting and shadows.
Material Design was introduced by the Google designer MatÃas Duarte on June 25, 2014, at the 2014 Google I/O conference. To make UI designers familiarize themselves with its core concepts, he explained that "unlike real paper, our digital material can expand and reform intelligently. Material has physical surfaces and edges. Seams and shadows provide meaning about what you can touch."
The main purpose of Material Design is to create a new UI language combining principles of good design with technical and...