Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Support Angular 4 #27

Open
nghiado opened this issue Apr 20, 2017 · 2 comments
Open

Support Angular 4 #27

nghiado opened this issue Apr 20, 2017 · 2 comments

Comments

@nghiado
Copy link

nghiado commented Apr 20, 2017

We need to upgrade to Angular 4.x and this is the only package that doesn't support Angular 4 in our project.
Can you help to unblock our upgrade by supporting Angular 4?

@tiagoaquino
Copy link

+1

@scic
Copy link

scic commented May 31, 2017

The library seams to work fine with Angular 4, but the peerDepencenies are not compatible.
It should be enough to do the following change in the package.json:

 "peerDependencies": {
    "@angular/core": "'^2.4.0 || ^4.0.0",
    "@angular/http": "^2.4.0 || ^4.0.0",
    "rxjs": "^5.0.0"
  },

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

No branches or pull requests

3 participants