#UI Library

1 posts

Angular in Practice #5: Charts and Data Tables
9 min read

Angular in Practice #5: Charts and Data Tables

A dashboard is, in the end, about visualization. We build a data table with sorting, pagination, and search using Angular Material's MatTable, and draw sales and category charts with ng2-charts — turning our dashboard into a screen that actually "shows" something.