Closed
Description
Bug, feature request, or proposal:
Hey guys,
in your example on Stackblitz for 'Example Table retrieving data through HTTP', you are using the wrong HTTP Module.
Please use update to HTTPClientModule.
on line 41 use 'import {HttpClientModule} from '@angular/common/http''
and on line 88 use 'HttpClientModule' in the main.ts
Link to the your example: https://stackblitz.com/angular/lvlbdqbdxgr
Greets Sebastian