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
I have installed keyboard plugins in angular ionic project and loaded method but when I tried to acces my page, it gives error like "ERROR Error: Uncaught (in promise): Error: Type Keyboard does not have 'ɵmod' property."
I tried a lot to research on it but didn't find anything. anyone know how to fix it?
The text was updated successfully, but these errors were encountered:
This is rather from Angular and @awesome-cordova-plugins/keyboard. I got this error with another package. Try to clean your node_modules folder and re-install with npm i, that should solve this problem.
I have installed keyboard plugins in angular ionic project and loaded method but when I tried to acces my page, it gives error like "ERROR Error: Uncaught (in promise): Error: Type Keyboard does not have 'ɵmod' property."
I tried a lot to research on it but didn't find anything. anyone know how to fix it?
The text was updated successfully, but these errors were encountered: