Error while compiling angular2 project using AOT compiler " StaticSymbols in summaries can't have members!".
9 years ago.
Does anyone get this error while compiling the angular2 project with the DayPilot Scheduler using AOT compiler?
Error: Internal state: StaticSymbols in summaries can't have members! {"filePath":"/Users/maneeshmadan/projects/kairosUI/src/app/shared/shared.module.ts","name":"DayPilot","members":["Angular","Scheduler"]}
at AotSummaryResolver._assertNoMembers (/Users/maneeshmadan/projects/kairosUI/node_modules/@angular/compiler/bundles/compiler.umd.js:26300:23)
at AotSummaryResolver.resolveSummary (/Users/maneeshmadan/projects/kairosUI/node_modules/@angular/compiler/bundles/compiler.umd.js:26308:18)
at CompileMetadataResolver._loadSummary (/Users/maneeshmadan/projects/kairosUI/node_modules/@angular/compiler/bundles/compiler.umd.js:18032:70)
at CompileMetadataResolver.getNgModuleSummary (/Users/maneeshmadan/projects/kairosUI/node_modules/@angular/compiler/bundles/compiler.umd.js:18226:56)
at /Users/maneeshmadan/projects/kairosUI/node_modules/@angular/compiler/bundles/compiler.umd.js:18318:72
at Array.forEach (native)
at CompileMetadataResolver.getNgModuleMetadata (/Users/maneeshmadan/projects/kairosUI/node_modules/@angular/compiler/bundles/compiler.umd.js:18313:53)
at addNgModule (/Users/maneeshmadan/projects/kairosUI/node_modules/@angular/compiler/bundles/compiler.umd.js:25053:62)
at /Users/maneeshmadan/projects/kairosUI/node_modules/@angular/compiler/bundles/compiler.umd.js:25064:18
at Array.forEach (native)
Extraction failed
Please let me know.
Thanks
DayPilot