IE 11 - Issue with ngx-clipboard 13.0.1 for Angular 9.1.7
kil5152 opened this issue · 1 comments
kil5152 commented
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'
}
maxisam commented
I don't think this is ngx-clipboard's issue. And I never heard of this kinda issue as well.