I would need to add an autocomplete chips component in our Angular 1.6
application. We are using Typescript
, Webpack 2
. As we are already using angular-ui-bootstrap
, we do not want to introduce also angular-material in order to avoid style conflicts. However the wished result is exactly what material chips provide.
Is there a directive or component that i can use in my case? I found this library but it runs endless exceptions when I import it.
unfortunately I could find only partial solutions with bootstrap typehead, but then I would need to implement all the "chips" part, making me think of re-inventing the wheel.