You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new project bootstrap + ng serve gives following:
`ERROR in Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function (position 18:23 in the original .ts file), resolving symbol WebBluetoothModule.forRoot in /Users/.../node_modules/@manekinekko/angular-web-bluetooth/dist/lib/bluetooth.module.d.ts, resolving symbol AppModule in /Users/.../bt-test/src/app/app.module.ts, resolving symbol AppModule in /Users/.../bt-test/src/app/app.module.ts
ERROR in ./src/app/app.module.ts
Module not found: Error: Can't resolve '@manekinekko/angular-web-bluetooth' in '/Users/.../bt-test/src/app'
@ ./src/app/app.module.ts 14:0-72
@ ./src/main.ts
@ multi main`
A new project bootstrap +
ng serve
gives following:`ERROR in Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function (position 18:23 in the original .ts file), resolving symbol WebBluetoothModule.forRoot in /Users/.../node_modules/@manekinekko/angular-web-bluetooth/dist/lib/bluetooth.module.d.ts, resolving symbol AppModule in /Users/.../bt-test/src/app/app.module.ts, resolving symbol AppModule in /Users/.../bt-test/src/app/app.module.ts
ERROR in ./src/app/app.module.ts
Module not found: Error: Can't resolve '@manekinekko/angular-web-bluetooth' in '/Users/.../bt-test/src/app'
@ ./src/app/app.module.ts 14:0-72
@ ./src/main.ts
@ multi main`
This is because of angular/angular-cli#3707
PR is on the way :)
The text was updated successfully, but these errors were encountered: