Hi,
I’m using the @awesome-cordova-plugins/app-version package to be able to output the package version of my app in an ionic7 project
I am making use of @awesome-cordova-plugins/app-version
but I get the error:
core.mjs:10162 ERROR Error: Uncaught (in promise): NullInjectorError: R3InjectorError(ConfigutionPageModule)[AppVersion -> AppVersion -> AppVersion -> AppVersion]:
NullInjectorError: No provider for AppVersion!
I have AppVersion included in the providers of app.module.ts. What could this error be due to?
Thank you