Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

fix(table): http example needs httpclientmodule #352

Merged
merged 1 commit into from
Jan 18, 2018

Conversation

andrewseguin
Copy link
Collaborator

@andrewseguin andrewseguin commented Dec 11, 2017

Current example is broken since it requires the new Http module.

Fixes #339

@mmalerba
Copy link
Collaborator

is there a corresponding fix in material2 repo that this is generated from?

@andrewseguin
Copy link
Collaborator Author

Yeah this one here - angular/components@0ea4370#diff-c3b988af35d5ab4790e4795e2d7015dd

@@ -86,6 +87,7 @@ export class DemoMaterialModule {}
BrowserAnimationsModule,
FormsModule,
HttpModule,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove HttpModule?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HttpModule will be removed everywhere in a different PR.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call - let's cleanup in another PR. Would like to at least just make sure this fix goes in without the risk of breaking other examples if I miss a case of one using HttpModule

@josephperrott josephperrott merged commit 08965cc into angular:master Jan 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants