-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add support for Angular 16 #170
Comments
Same issue here, please help us. |
same issues here. any update about this? |
same here, pretty sad |
+1 please 👍 |
Any solution? |
Here is a solution to package the package in a permant way, until the library is fixed. ✔️ Tested on Angular 18. The patch-package tool allows you to make changes directly in node_modules and persist them through version control, so they don't get overwritten on reinstalling dependencies. 1. Install patch-package
2. Edit the Open
3. Save the Patch After editing, run:
This will create a patch file under a patches directory in your project. 4. Automate the Patch Application Add the following script to
|
When updating the Angular app to the latest version (16.0.0), the ngx-facebook module throws the following error:
Can you please add support for this version?
Thank you
The text was updated successfully, but these errors were encountered: