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
This is related to the changes in https://github.com/angular/material2/pull/6702, but I'm not sure which file was not updated or if this is due to some kind of build pipeline issue.
They will need to be fixed on material.angular.io - https://github.com/angular/material.angular.io/blob/f775248067ac1076b14fbe5cee3a955f9c4e637e/src/assets/stackblitz/main.ts
Closing since the related PR has been merged.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._