Angular :4 : Error while using ngx-clipboard
Error :
An accessor cannot be declared in an ambient context
In line :
import { ClipboardModule } from 'ngx-clipboard';
solution
we need to download the npm dependency version for the ngx-clipboard since we are using angular 4
If you need to use it...
hashcodehub.hashnode.dev1 min read