Angular 而非 AngularJs 的最佳 ngTagsInput 版本是什么

What is the best version of ngTagsInput for Angular not AngularJs

我找到了 ngTagsInput 框架

https://mbenford.github.io/ngTagsInput/

一个功能非常丰富的库。但是对于 Angular 8 个用户,我找到了 ngx-chips 框架

https://www.npmjs.com/package/ngx-chips

它似乎有效,但似乎缺少一些明显的功能,或者这些功能是可以实现的,但似乎很难实现。例如:提供不同颜色的筹码。

问题:

1) ngx-chips 是否是 Angular 2+ 中 ngTagsInput 最有能力的替代品?还有更好的吗?

2) 我知道不建议在 Angular 2+ 中使用 angularjs 库?那么使用ngTagsInput库可以使用吗?

ngx-chips 是我当时发现的最好的开源框架。文档有点简洁,但软件本身看起来很可靠。