Remove dependence on unmaintained package ngx-chips
We use ngx-chips
for displaying tags on the import from Artemis page. This package is no longer maintained and causes problems in the build. It can be replaced with @angular/material/chips
.
The package was also used in Artemis and removed in this commit. We should be able to follow the approach taken there.
To find the relevant parts in the commit, search for chips
, TagInputModule
, and tag-input
.