英文:
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
它似乎可以工作,但似乎缺少一些显而易见的功能,或者如果这些功能可实现,似乎难以实现。例如:提供不同颜色的 chips。
问题:
-
对于 Angular 2+,ngx-chips 是否是 ngTagsInput 的最佳替代品?还有更好的选择吗?
-
我理解在 Angular 2+ 中不建议使用 AngularJS 库?所以可以使用 ngTagsInput 库吗?
英文:
I found the ngTagsInput framework
https://mbenford.github.io/ngTagsInput/
a very feature-rich library. But for Angular 8 users I found the ngx-chips framework
https://www.npmjs.com/package/ngx-chips
It appears to work, but appears to be missing some obvious features, or it the features are achievable they appear to be difficult to implement. For example: providing chips of different colors.
Questions:
-
Is ngx-chips the most capable replacement for ngTagsInput for the Angular 2+? is there something better?
-
I understand it's not recommended to use a angularjs library inside of Angular 2+? So using the ngTagsInput library can be used?
答案1
得分: 0
ngx-chips是我目前找到的最好的开源框架。文档有点简洁,但软件似乎很稳定。
英文:
ngx-chips was the best opensource framework I found at this time. Documentation is a bit terse, but the software is self appears solid.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论