Try to start using the Web SDK for Angular ans installed the tutorial template
c8ycli new tutorial tutorial
on my System.
Adopted the package.json start to point to my test instance.
Seems to work fine. and I can run it via
npm start
So far so good.
I also do have my cell phone registerd to have a test device - this works also.
When I now click on the DEVICE navigation I to receive the following error in the Chrome console:
core.js?09c9:4002 ERROR Error: Uncaught (in promise): NullInjectorError: StaticInjectorError(AppModule)[ControlContainer -> NgForm]:
StaticInjectorError(Platform: core)[ControlContainer -> NgForm]:
NullInjectorError: No provider for NgForm!
NullInjectorError: StaticInjectorError(AppModule)[ControlContainer -> NgForm]:
StaticInjectorError(Platform: core)[ControlContainer -> NgForm]:
NullInjectorError: No provider for NgForm!
at NullInjector.get (core.js?09c9:725)
at resolveToken (core.js?09c9:11918)
at tryResolveToken (core.js?09c9:11862)
at StaticInjector.get (core.js?09c9:11764)
at resolveToken (core.js?09c9:11918)
at tryResolveToken (core.js?09c9:11862)
at StaticInjector.get (core.js?09c9:11764)
at resolveNgModuleDep (core.js?09c9:20234)
at NgModuleRef_.get (core.js?09c9:20905)
at resolveDep (core.js?09c9:21276)
at resolvePromise (zone.js?d135:852)
at resolvePromise (zone.js?d135:809)
at eval (zone.js?d135:913)
at ZoneDelegate.invokeTask (zone.js?d135:423)
at Object.onInvokeTask (core.js?09c9:26247)
at ZoneDelegate.invokeTask (zone.js?d135:422)
at Zone.runTask (zone.js?d135:195)
at drainMicroTaskQueue (zone.js?d135:601)
at ZoneTask.invokeTask [as invoke] (zone.js?d135:502)
at invokeTask (zone.js?d135:1693)
Maybe someone can tell me why this happens.
In Chrome I do see that I do get a decent respone on the networ!
many thanks
Gerold