Marcel
Marcel
Have the same problem :-/ : ``` Tried to find bootstrap code, but could not. Specify either statically analyzable bootstrap code or pass in an entryModule to the plugins options....
I try to fixed the error with modifying the "entry_resolver.js" as suggested (https://github.com/angular/angular-cli/issues/2887) and changed line 109 from this: `var bootstrap = source.findAstNodes(source.sourceFile, ts.SyntaxKind.CallExpression, false) ` to this: `var bootstrap...
Any news on this topic? @ziyasal maybe can we help to implement it?