Diego Bonura
Diego Bonura
I think that you have to configure npmrc file: https://docs.npmjs.com/files/npmrc per project and then use registry/scope filter....for example: http://www.telerik.com/kendo-angular-ui/getting-started/
> If you test with **HttpClientTestingModule** it is mandatory to flush each request manualy. To do so just inject **HttpTestingController** and flush the request like so: > > ```js >...
Same issue here using kendo combobox component for angular v.12.1.0 and kendo-theme-bootstrap v6.3.0. https://stackblitz.com/edit/angular-1w31uu?file=src%2Fstyles.scss
Just force the driver class name to: `sun.jdbc.odbc.JdbcOdbcDriver`  Here source code of driver: https://github.com/eagle518/jdk-source-code/blob/master/jdk5.0_src/j2se/src/share/classes/sun/jdbc/odbc/JdbcOdbcDriver.java
I hope the new feature request process is also for` angular-cli` https://blog.angular.io/new-feature-request-process-a9f69d106fc8. am I right @mgechev ?
Also here we are waiting for the final version with ESM Module support. Any ETA? Thanks. Diego
Same here with bigInt on json file using v8.x!
I guess the only way is a sort of timeout handling and move difference between mouseDown and mouseUp event. What do you think?
Seems to be blocked globally, I could prepare a simple repo to play with.....what do you think?
Here a simple stackblitz with `oneFingerPan` enabled: https://stackblitz.com/edit/js-ulebap?file=index.html Please use a touch screen or a device to test click. As you could see there is no way to make click...