mrjohnr
mrjohnr
Hi! I'm trying to use virtual keyboard on Angular 4 template from Asp Core +webpack I've installed with `npm install --save-dev @types/virtual-keyboard` then in my component template: ` ` in...
Hi. I'm using the keyboard with Angular 4 + webpack and the keyboard is shown left down corner. [https://imgur.com/VXfzPDC](https://imgur.com/VXfzPDC) If I pres only one key then it autocolse: ``` const...
Hi I'm trying to deploy an angular 4 + webpack app and got this error on build: > ERROR in ./$$_gendir/~/ng2-bootstrap-modal/dist/dialog-wrapper.component.ngfactory.ts Module parse failed: D:\myapp\$$_gendir\node_modules\ng2-bootstrap-modal\dist\dialog-wrapper.component.ngfactory.ts Unexpected token (12:35) You may...
Hi,It is possible to remove fade effect? thanks
Hi I'm submitting the value from keyboard to spinner,then I have to submit it by pressing green button inside spinner..so need 2 submits for a value is there any fix?
Hi.I'm using your component to create multiple modals to select or edit data and I need to have 2 modals opened in the same time,one is parent another child.But child...
Hi.it is possible to set the size when have component inside,for example I want to use it for edit data (large size) or for simple dialogs (small size)? I want...