plnkr / feedback

Feedback on Plunker
19 stars 11 forks source link

Can't resolve all parameters for AppComponent: (?). #489

Open matasgraj opened 4 years ago

matasgraj commented 4 years ago

Error on: https://next.plnkr.co/edit/FCgOocDM1ALJXPXd?preview

Err msg: SystemJS) Can't resolve all parameters for AppComponent: (?). syntaxError@https://unpkg.com/@angular/compiler@5.1.3/bundles/compiler.umd.js:528:39

CompileMetadataResolver.prototype._getDependenciesMetadata@https://unpkg.com/@angular/compiler@5.1.3/bundles/compiler.umd.js:15734:35

CompileMetadataResolver.prototype._getTypeMetadata@https://unpkg.com/@angular/compiler@5.1.3/bundles/compiler.umd.js:15569:26

CompileMetadataResolver.prototype.getNonNormalizedDirectiveMetadata@https://unpkg.com/@angular/compiler@5.1.3/bundles/compiler.umd.js:15055:24

CompileMetadataResolver.prototype._getEntryComponentMetadata@https://unpkg.com/@angular/compiler@5.1.3/bundles/compiler.umd.js:15882:45

CompileMetadataResolver.prototype.getNgModuleMetadata/<@https://unpkg.com/@angular/compiler@5.1.3/bundles/compiler.umd.js:15363:110

CompileMetadataResolver.prototype.getNgModuleMetadata@https://unpkg.com/@angular/compiler@5.1.3/bundles/compiler.umd.js:15363:73

JitCompiler.prototype._loadModules@https://unpkg.com/@angular/compiler@5.1.3/bundles/compiler.umd.js:34298:87

JitCompiler.prototype._compileModuleAndComponents@https://unpkg.com/@angular/compiler@5.1.3/bundles/compiler.umd.js:34259:36

JitCompiler.prototype.compileModuleAsync@https://unpkg.com/@angular/compiler@5.1.3/bundles/compiler.umd.js:34153:37

CompilerImpl.prototype.compileModuleAsync@https://unpkg.com/@angular/platform-browser-dynamic@5.1.3/bundles/platform-browser-dynamic.umd.js:261:49

PlatformRef.prototype.bootstrapModule@https://unpkg.com/@angular/core@5.1.3/bundles/core.umd.js:5607:25

execute@https://run.plnkr.co/preview/ck3fvd76p000a2a6rfb8r9hng/main.ts!transpiled:15:65

ZoneDelegate.prototype.invoke@https://unpkg.com/zone.js@0.8.17?main=browser:392:26

Zone.prototype.run@https://unpkg.com/zone.js@0.8.17?main=browser:142:43

scheduleResolveOrReject/<@https://unpkg.com/zone.js@0.8.17?main=browser:844:57

ZoneDelegate.prototype.invokeTask@https://unpkg.com/zone.js@0.8.17?main=browser:425:31

Zone.prototype.runTask@https://unpkg.com/zone.js@0.8.17?main=browser:192:47

drainMicroTaskQueue@https://unpkg.com/zone.js@0.8.17?main=browser:602:35

ZoneTask.invokeTask@https://unpkg.com/zone.js@0.8.17?main=browser:503:21

invokeTask@https://unpkg.com/zone.js@0.8.17?main=browser:1427:14

globalZoneAwareCallback@https://unpkg.com/zone.js@0.8.17?main=browser:1445:27

Error loading https://run.plnkr.co/preview/ck3fvd76p000a2a6rfb8r9hng/main.ts
ggoodman commented 4 years ago

Hello, this looks like the systemjs configuration used in the example is no longer compatible with the shape of the modules it relies on.