Skip to content

Angular 5 #152

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

Closed
nikes opened this issue Nov 2, 2017 · 5 comments
Closed

Angular 5 #152

nikes opened this issue Nov 2, 2017 · 5 comments

Comments

@nikes
Copy link

nikes commented Nov 2, 2017

Do you plan to support version 5? And if so, when?

@fmalcher
Copy link
Contributor

fmalcher commented Nov 2, 2017

The only thing to do for NG5 should be adapting the new HttpClient API.
This has been done in #151 yesterday.
I think, @manfredsteyer will review merge this soon, like...at the weekend ;-)

However, in the meantime, you can still use the old deprecated HttpModule in your application – until the new HttpClientModule is being supported.

@bedag-moo
Copy link

You might also wish to update the version ranges in your peer dependencies to prevent confusion. Currently, they read:

  "peerDependencies": {
    "@angular/core": "^4.0.0",
    "@angular/http": "^4.0.0",
    "@angular/common": "^4.0.0",
    "rxjs": "^5.1.0",
    "zone.js": "^0.8.4"
  },

which is not satisfied by angular 5.

@manfredsteyer
Copy link
Owner

Thx for this pull request. It is merged and a new version will be published soon

@nikes
Copy link
Author

nikes commented Nov 12, 2017

@manfredsteyer When to wait for updates on NPM?

@jraadt jraadt mentioned this issue Nov 15, 2017
@manfredsteyer
Copy link
Owner

It's released now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants