ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
191 stars 177 forks source link

ERROR Error: Uncaught (in promise): Error: Type Keyboard does not have 'ɵmod' property. #174

Open bipinpatel-brt opened 2 years ago

bipinpatel-brt commented 2 years ago

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?

pierresh commented 1 year ago

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.