Michael Aerni

Results 12 comments of Michael Aerni

We use the following version Microsoft Edge 42.17134.1098.0 Microsoft EdgeHTML 17.17134 Perhaps we use the wrong version of ngx-clipboard? Should we use a 11.x version with Angular 7.x? Or is...

On another machine I have Microsoft Edge 44.18362.449.0 there it also did not work. Then I downloaded Microsoft Edge 80.0.361.62. With this version it works. But do have any idea,...

no, the call this.clipboardService.copyFromContent(text); returns false but there is no error message

Did you also test it with version 42?

Very special. I tryed my application on Edge 17 (version 42) and Edge 18 (version 44) on browserstack and it did not work... Perhaps we use ngx-clipboard wrong? How would...

Which version of ngx-clipboard should we use with Angular 7.x? I will check your example and look, if we do something wrong.

I could not find any difference to your code. In **app.module.ts** I have the following code: import { ClipboardModule } from 'ngx-clipboard'; imports: [...ClipboardModule...], In my **component** (it is a...

Little addition. Also when I go back with all used external libraries except @angular/* and ngx-bootstrap I have the same problem that the dialogs are not visible... Do we have...

Some more addition The latest version of ngx-bootstrap where the dialogs are visible is 6.2.0. With all later ngx-bootrap versions (I tested 7.0.1, 7.1.2 and 8.0.0) the dialogs are not...