maxisam / ngx-clipboard

A pure angular clipboard directive
http://maxisam.github.io/ngx-clipboard/
MIT License
505 stars 93 forks source link

IE 11 - Issue with ngx-clipboard 13.0.1 for Angular 9.1.7 #259

Closed kil5152 closed 2 years ago

kil5152 commented 3 years ago

When angular route contains "redirectTo" and "pathMatch" properties (see below), the IE 11 has the following error when clicking the navigation link and using ngx-clipboard 13.0.1. If I would downgrade from ngx-clipboard 13.01 to ngx-clipboard 12.3.1, the navigation link works fine in IE 11.

 {
    path: '',
    component: SendComponent,
    redirectTo: 'send',
    pathMatch: 'full'
  }

image

maxisam commented 3 years ago

I don't think this is ngx-clipboard's issue. And I never heard of this kinda issue as well.