Closed guirms closed 11 months ago
Hi @guirms I'd like to thank you for your attention.
Please import "NgxTouchKeyboardModule"
to Module of declaration "ProductionTimesDialogComponent"
.
Thanks @mohsen77sk, this works! I was using a standalone component, so all I need to do was import this module properly at my component class
I'm trying to use this really great lib in my Angular 16 application, but even if I follow the read.me instructions, I can't create the This is my app.module:
This is my html code:
<input type="text" ngxTouchKeyboard #touchKeyboard="ngxTouchKeyboard" (focus)="touchKeyboard.openPanel()"/>
And this the error that I receive: No directive found with exportAs 'ngxTouchKeyboard' Image: