abacritt / angularx-social-login

Social login and authentication module for Angular 17
630 stars 388 forks source link

Error: Rxjs operators imports using angular 15 #672

Closed renan-alves closed 1 year ago

renan-alves commented 1 year ago

PR: https://github.com/abacritt/angularx-social-login/pull/671

fixing errors by changind import path:

export 'take' (imported as 'take') was not found in 'rxjs' export 'take' (imported as 'skip') was not found in 'rxjs' export 'take' (imported as 'filter') was not found in 'rxjs' found while installing the library in an angular 15 project

dhananjayve commented 1 year ago

I have added this lib using npm i @abacritt/angularx-social-login this does not work yet. please push this to npm image

Heatmanofurioso commented 1 year ago

Which version of rxjs do you have installed @dhananjayve ? Care to share your package-lock?

dhananjayve commented 1 year ago

Hello I am using rxjs 6.6.0

package-lock.zip

Heatmanofurioso commented 1 year ago

The project is supporting 7.8.0 @dhananjayve Some APIs have changed. If you're forcing 6.6.0 there will be incompatibilities.