This is an old post but I saw the issue recently on github so thought I would provide my solution.
You just need to provide Table and TableService as follows:
import { Table, TableService } from 'primeng/table';
...
...
providers: [
TableService,
Table
]