我的项目目前有一个使用选择器'ng-select'的模块组件。该项目已被其维护者遗弃,我想转而使用https://github.com/ng-select/ng-select。
我想并排使用这些组件,直到我可以重构旧库。
问题:选择器之间存在冲突。
Error:(24, 5) Angular: More than one component matched on this element.
Make sure that only one component's selector can match a given element.
Conflicting components: SelectComponent,NgSelectComponent
如何将新库的选择器重命名为唯一?