So I have created a Web SDK project using Angular cli and added the c8ycli to it. When starting the project using c8ycli server -u http://mytenanturl.com all I see is an endless spinner. Could anyone point what am I doing wrong here ??
Here is the console error:
Uncaught (in promise) Error: Can't resolve all parameters for ApplicationModule: (?).
at syntaxError (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:2703)
at CompileMetadataResolver._getDependenciesMetadata (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21859)
at CompileMetadataResolver._getTypeMetadata (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21751)
at CompileMetadataResolver.getNgModuleMetadata (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21619)
at CompileMetadataResolver.getNgModuleSummary (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21429)
at eval (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21543)
at Array.forEach (<anonymous>)
at CompileMetadataResolver.getNgModuleMetadata (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21531)
at CompileMetadataResolver.getNgModuleSummary (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21429)
at eval (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21543)