Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove hard dependency on @angular/http #3792

Merged
merged 1 commit into from
May 2, 2017

Conversation

crisbeto
Copy link
Member

  • Makes @angular/http an optional dependency since it is only being used by the icon module. An error will be thrown only if the user runs into something that requires the HttpModule.
  • Moves the various icon error classes into icon-errors.ts.
  • Moves the icon registry provider next to the registry itself, instead of in the same file as the icon directive.

Fixes #2616.

@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Mar 26, 2017
Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

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

LGTM

@jelbourn
Copy link
Member

Has presubmit failures in Google where people were depending on this to bring in HttpModule

@jelbourn jelbourn added the presubmit failures This PR has failures in Google's internal presubmit process and cannot be immediately merged label Apr 11, 2017
@mmalerba mmalerba removed the presubmit failures This PR has failures in Google's internal presubmit process and cannot be immediately merged label Apr 29, 2017
@mmalerba
Copy link
Contributor

I fixed the deps in google, should be able to merge now, needs rebase though

@crisbeto
Copy link
Member Author

Rebased @mmalerba.

* Makes `@angular/http` an optional dependency since it is only being used by the icon module. An error will be thrown only if the user runs into something that requires the `HttpModule`.
* Moves the various icon error classes into `icon-errors.ts`.
* Moves the icon registry provider next to the registry itself, instead of in the same file as the icon directive.

Fixes angular#2616.
@angular-automatic-lock-bot
Copy link

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.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can you move HttpModule in MdIconModule to component scope (or don't import it)?
5 participants