Comecei a fazer o curso, mas logo ao final da primeiro capitulo recebi este erro:
EXCEPTION: Error in app.component.html:23:13 caused by: too much recursion
core.umd.js:3462:13
ORIGINAL EXCEPTION: too much recursion
core.umd.js:3464:17
ORIGINAL STACKTRACE:
core.umd.js:3467:17
DebugAppView</DebugAppView.prototype.create@http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:9634:17
anonymous/_View_AppComponent0.prototype.createInternal@AppComponent.ngfactory.js:80:3
AppView</AppView.prototype.create@http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:9419:20
DebugAppView</DebugAppView.prototype.create@http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:9631:24
anonymous/_View_AppComponent0.prototype.createInternal@AppComponent.ngfactory.js:80:3
AppView</AppView.prototype.create@http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:9419:20
DebugAppView</DebugAppView.prototype.create@http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:9631:24
anonymous/_View_AppComponent0.prototype.createInternal@AppComponent.ngfactory.js:80:3
AppView</AppView.prototype.create@http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:9419:20
DebugAppView</DebugAppView.prototype.create@ht…
core.umd.js:3468:17
ERROR CONTEXT:
core.umd.js:3471:17
Object { _view: {…}, _nodeIndex: 24, _tplRow: 23, _tplCol: 13 }
core.umd.js:3472:17
Unhandled Promise rejection: Error in app.component.html:23:13 caused by: too much recursion ; Zone: <root> ; Task: Promise.then ; Value:
Object { _nativeError: Error, originalError: InternalError, context: {…}, stack: "" }
DebugAppView</DebugAppView.prototype.create@http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:9634:17
anonymous/_View_AppComponent0.prototype.createInternal@AppComponent.ngfactory.js:80:3
AppView</AppView.prototype.create@http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:9419:20
DebugAppView</DebugAppView.prototype.create@http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:9631:24
anonymous/_View_AppComponent0.prototype.createInternal@AppComponent.ngfactory.js:80:3
AppView</AppView.prototype.create@http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:9419:20
DebugAppView</DebugAppView.prototype.create@http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:9631:24
anonymous/_View_AppComponent0.prototype.createInternal@AppComponent.ngfactory.js:80:3
AppView</AppView.prototype.create@http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:9419:20
DebugAppView</DebugAppView.prototype.create@ht…
zone.js:344:13
Error: Uncaught (in promise): Error: Error in app.component.html:23:13 caused by: too much recursion
Stack trace:
resolvePromise@http://localhost:3000/node_modules/zone.js/dist/zone.js:418:31
makeResolver/<@http://localhost:3000/node_modules/zone.js/dist/zone.js:395:13
ZoneDelegate.prototype.invoke@http://localhost:3000/node_modules/zone.js/dist/zone.js:192:19
Zone.prototype.run@http://localhost:3000/node_modules/zone.js/dist/zone.js:85:24
scheduleResolveOrReject/<@http://localhost:3000/node_modules/zone.js/dist/zone.js:451:52
ZoneDelegate.prototype.invokeTask@http://localhost:3000/node_modules/zone.js/dist/zone.js:225:23
Zone.prototype.runTask@http://localhost:3000/node_modules/zone.js/dist/zone.js:125:28
drainMicroTaskQueue@http://localhost:3000/node_modules/zone.js/dist/zone.js:357:25
ZoneTask/this.invoke@http://localhost:3000/node_modules/zone.js/dist/zone.js:297:25
zone.js:346:9
Acredito que fiz como está no curso, alguém ja passou por isso?