Olá, estou fazendo o curso de Angular 2 e, quando estava seguindo conforme o video do exercício 3, o navegador me apresentou o seguinte erro:
(index):20 Error: SyntaxError: Unexpected token <
at eval (<anonymous>)
at Object.eval (http://localhost:3000/app/app.module.js:16:14)
at eval (http://localhost:3000/app/app.module.js:32:4)
at eval (http://localhost:3000/app/app.module.js:33:3)
Evaluating http://localhost:3000/@angular/Http
Evaluating http://localhost:3000/app/app.module.js
Evaluating http://localhost:3000/app/main.js
Error loading http://localhost:3000/app/main.js(anonymous function) @ (index):20ZoneDelegate.invoke @ zone.js:192Zone.run @ zone.js:85(anonymous function) @ zone.js:451ZoneDelegate.invokeTask @ zone.js:225Zone.runTask @ zone.js:125drainMicroTaskQueue @ zone.js:357ZoneTask.invoke @ zone.js:297
Tentei copiar e colar o código apresentado no exercício, mas não resolveu. Parece talvez ser algo relacionado a Arrow Function.