I have tracked down the issue to the "Replace Bootstrap Transformer" https://github.com/angular/angular-cli/blob/f85c00ad5577e5f417aa7741c20c84ce1174c42f/packages/ngtools/webpack/src/transformers/replace_bootstrap.ts.
It seems that it is trying to find the bootstrapModule and platformBrowserDynamic functions within the entry module where the module class is defined. Is there no possibility to extract duplicated bootstrap code? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/8b542d5a-0721-43d8-b3b6-f15e4c5bd77a%40googlegroups.com.
