Typescript version of firestore-counter does not work with Angular v14 #1284
Unanswered
jwayne2978
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use the firebase-counter extension on Angular v14. I have upgraded the dependencies in package.json as follows. This step is necessary as the uuid dependency is giving a lot of problems with v3.3.2.
I then install this package into my Angular application as follows.
npm install ~/path/to/git/repo/extensions/firestore-counter/clients/web
The installation works but when I try to build my application ng build I get a bunch of errors. One of them is as follows.
Any ideas on how to resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions