Michael Aerni

Results 15 issues of Michael Aerni

Hi We use ngx-clipboard with the following code to copy something to clipboard: public copyToClipboard(text: string) { if (this.clipboardService.isSupported && this.clipboardService.isCopySuccessInIE11()) { this.clipboardService.copyFromContent(text); } else { } } We use...

We updated from Angular 11 to Angular 13. Among other things we updated the following compoments: @angular/* from 11.2.14 to 13.1.2 bootstrap from 4.6 to 4.6.1 core-js from 3.10.1 to...

Hi We want to update to Angular 9. But now we have the following error on ng2-tree: `WARNING in Entry point 'ng2-tree' contains deep imports into 'C:/tgdaemi1/workspace-git/clima2-ui/node_modules/rxjs/Observable', 'C:/tgdaemi1/workspace-git/clima2-ui/node_modules/rxjs/Subject', 'C:/tgdaemi1/workspace-git/clima2-ui/node_modules/rxjs/add/operator/filter', 'C:/tgdaemi1/workspace-git/clima2-ui/node_modules/rxjs/add/observable/of',...

Hi We try to make the tree scrollable, for that it does not overflow, when we have more items. But it does not work. How we can make the tree...

Hi We have some warnings in Angular 9/10/11, see below. When this library would be updated to remove this warnings? And when the library would work with tinymce 5.x? At...

When we use ngx-scanner with the smartphone, we have several cameras, i.e.: - camera2 1, facing front - camera2 3, facing front - camera2 2, facing back - camera2 0,...

bug

We wanted to use the ngx-scanner and installed the following versions (we use Angular 13): @zxing/browser 0.1.1 @zxing/library 0.19.2 @zxing/ngx-scanner 3.5.0 Now we have the problem, that it does not...

bug

We want to use the ngx-scanner and installed the following versions (we use Angular 13): @zxing/browser 0.1.3 @zxing/library 0.20.0 @zxing/ngx-scanner 3.5.0 Now we have the problem, that it does not...

bug

Hi We have an Angular 13 application and now ant to use the ngx-scanner to scan QR codes. We use the following versions: "@zxing/browser": "^0.1.3", "@zxing/library": "^0.20.0", "@zxing/ngx-scanner": "^3.5.0", The...

Hi We use angular-ng-autocomplete with a list of zipcodes. The list is very large so the performance of the dropdown is very bad. Is there any performance optimization possible? Thanks...