Components: [Table] Stackblitz table example needs new HttpClient

Created on 7 Dec 2017  路  5Comments  路  Source: angular/components

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

P2 docs has pr help wanted

All 5 comments

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.

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._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

theunreal picture theunreal  路  3Comments

savaryt picture savaryt  路  3Comments

LoganDupont picture LoganDupont  路  3Comments

Hiblton picture Hiblton  路  3Comments

jelbourn picture jelbourn  路  3Comments