Not compiled after Angular 9.0.0-next.11
sergey-morenets opened this issue ยท 16 comments
Hi
Is this project still maintained? After Renderer type was removed in Angular 9 my project doesn't compile because ngx-facebook actively uses Renderer. Any plans to migrate to Renderer2?
Same problem here with Angular 9.0.0-rc.1
! Will this project be updated?
@omahjoub Let's hope so.
However the last public version was released 3 years ago.
Same problem
Other here, but seems we have to migrate to other thing ๐
Provisionally, you can use this repository https://github.com/jemys89/ngx-facebook.git
Provisionally, you can use this repository https://github.com/jemys89/ngx-facebook.git
Thanks, but how can we use it? What is package name in NPM repository ?
Provisionally,
"ngx-facebook": "git+https://github.com/jemys89/ngx-facebook.git",
@dalu I migrated to angularx-social-login. It's similar to ngx-facebook, but also supports Google authentication and Angular up to v9.
Same issue after upgraded to angular 9
Same issue, any fix?
Same issue, any fix?
@petriadrian I haven't received any response to my original question, so I guess no fix will be provided
Seems like this is no more maintained @ihadeed ... Can we just switch to https://github.com/jemys89/ngx-facebook ? @jemys89 could you open the issue tracker and release your fork to npm?
Same issue here, When you are planning to make it compatible with Angular 9.
npm i @jemys89/ngx-facebook
Thanks @jemys89 !