我已经安装了ngx-google-places-autocomplete
模块。设置后,我收到此错误。
core.js:14597错误错误:未捕获(承诺):错误:模板 解析错误:没有将“ exportAs”设置为的指令 “ ngx-places”(“]#placesRef =” ngx-places“ (onAddressChange)=“ handleAddressChange($ event)” />
请帮助我。
答案 0 :(得分:0)
应该可以。在指令源代码中,它定义为“ exportAs”属性。 https://github.com/skynet2/ngx-google-places-autocomplete/blob/master/src/ngx-google-places-autocomplete.directive.ts
创建了stackblitz https://stackblitz.com/edit/angular-6us2at?file=src%2Fapp%2Fapp.component.html。它可以工作,可能是与未成功安装npm模块有关的问题。您可以尝试删除“ node_modules”,然后再次运行“ npm install”。