没有 "exportAs" 设置为 "ngx-phone-select 的指令

There is no directive with "exportAs" set to "ngx-phone-select

我正在为 phone 数字字段使用 ngx-phone-select 但出现问题 没有 "exportAs" 设置为 "ngx-phone-select" 的指令 http://prntscr.com/hzbhfo

in angular 4.3 with ngx-phone-select 1.0.4 version

我已经按照给定的文档执行了所有步骤

https://www.npmjs.com/package/ngx-phone-select

根据文档,我在 AppModule 中添加了 ngx-phone-select 库。并尝试在子组件中访问 ngx-phone-select 指令。

所以解决方案就是在你的子组件中添加 ngx-phone-select 库来访问模块

的指令