AhsanAyaz / ngx-device-detector

An Angular v7+ library to detect the device, OS, and browser details.
https://ahsanayaz.github.io/ngx-device-detector
MIT License
521 stars 101 forks source link

Update PeerDependency to Angular 6 #37

Closed PascalHonegger closed 6 years ago

PascalHonegger commented 6 years ago

Angular 6 was released today and I would like to use this package without install warnings. This also includes updating the rxjs peerDependency (even though I don't see how rxjs is required by this package). I tested this component in an angular 6 app without any problem.

alfaproject commented 6 years ago

rxjs isn't required and should be removed from peer dependencies.

AhsanAyaz commented 6 years ago

Thanks again @PascalHonegger .

39 closed this issue.

AsimNet commented 6 years ago

same thing with Angular7