ngx-chips icon indicating copy to clipboard operation
ngx-chips copied to clipboard

Can't import the named export 'ɵɵviewQuery' from non EcmaScript module (only default export is available)

Open Yamesh1994 opened this issue 3 years ago • 3 comments

Can't import the named export 'ɵɵviewQuery' from non EcmaScript module (only default export is available) Error: ./node_modules/ngx-chips/fesm2015/ngx-chips.mjs 3279:6-20

Angular version: 11

Yamesh1994 avatar Feb 08 '22 12:02 Yamesh1994

Try to downgrade to the previous version of ngrx-chips

Gbuomprisco avatar Feb 08 '22 13:02 Gbuomprisco

I had the same problem with Angular11. I solved it temporarily by downgrading to version 2.1.0. I would like to have another solution to not have to use very old versions.

yanesteves avatar Feb 18 '22 13:02 yanesteves

when I import TagInputModule in the module file I got the below error Error: Can't resolve 'ng2-material-dropdown' in the workspace of angular

VR-Shah avatar Mar 07 '22 10:03 VR-Shah