If you've worked on more than one enterprise Angular application, you've probably seen this pattern: a CustomerTableComponent, an OrdersTableComponent, an InvoicesTableComponent, and three or four more that all look suspiciously similar. Each one sorts a little differently. Each one paginates a little differently. Each one was copy-pasted from the...