I am working on simple projects for training. Now I'm reading about VS Code Debug, but when I try to debug an Angular 2 project, it always stops here:
(function checkReflect() { if (!(Reflect && Reflect.getMetadata)) { throw 'reflect-metadata shim is required when using class decorators'; } })();
I tried the Starter Project and CLI projects. Always come back here. But all projects work well in the browser without errors. Sounds like an IDE issue.
source share