You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you for releasing this great tool!
I tried to use it in my Angular project, but it's giving me NG0203 error, which I believe is related to the inject() function?
I'm using Angular 16, is it compatible with your module? And has anyone reported similar errors before?
Thanks very much!
The text was updated successfully, but these errors were encountered:
Hi @cleoyaojiang, thank you very much for your kind words.
I don't know where are you getting this error, and whether the error is thrown at runtime or build-time. The Demo is working with Angular 16, so I think it should be a build-time error that might be related to this issue.
I would strongly suggest using the new embedding API if you are recently integrating this module, and I will add this warning to the README so anybody else knows that this module is also going to be deprecated, and will not be maintained anymore.
Hello and thank you for releasing this great tool!
I tried to use it in my Angular project, but it's giving me NG0203 error, which I believe is related to the inject() function?
I'm using Angular 16, is it compatible with your module? And has anyone reported similar errors before?
Thanks very much!
The text was updated successfully, but these errors were encountered: