Angular version: 4.3.2
Node: v8.11.2
TypeScript: 2.3.3
While creating the AOT build using , I am facing issue as follows:
Error in (some index.ngfactory.ts file with path having $$_gendir): Argument of type 'string' is not assignable to parameter of type 'FormGroup'
As can be seen, the file having issue seem to belong to some temporary location, may be some in-memory file. Wanted to check if it is possible to access it in some way to guess what can be the issue and correct in source code accordingly.
Thanks.