You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Uncaught TypeError: Cannot set property 'stack' of undefined
at SyntaxError.set [as stack] (http://localhost:4300/vendor.bundle.js:65809:61)
at assignAll (http://localhost:4300/vendor.bundle.js:86517:29)
at SyntaxError.ZoneAwareError (http://localhost:4300/vendor.bundle.js:86588:16)
at SyntaxError.BaseError [as constructor] (http://localhost:4300/vendor.bundle.js:65771:16)
at new SyntaxError (http://localhost:4300/vendor.bundle.js:5935:16)
at DirectiveNormalizer.normalizeLoadedTemplate (http://localhost:4300/vendor.bundle.js:15872:19)
at DirectiveNormalizer.normalizeTemplateSync (http://localhost:4300/vendor.bundle.js:15849:21)
at DirectiveNormalizer.normalizeTemplate (http://localhost:4300/vendor.bundle.js:15826:43)
at CompileMetadataResolver._loadDirectiveMetadata (http://localhost:4300/vendor.bundle.js:17068:75)
at http://localhost:4300/vendor.bundle.js:17244:54
at Array.forEach (native)
at CompileMetadataResolver.loadNgModuleDirectiveAndPipeMetadata (http://localhost:4300/vendor.bundle.js:17243:41)
at http://localhost:4300/vendor.bundle.js:48134:58
at Array.forEach (native)
at JitCompiler._loadModules (http://localhost:4300/vendor.bundle.js:48133:43)
Steps to reproduce:
npm install -g [email protected]ng new my-test-appsrc/app/app.component.html<h1>{{title}}</h1Expected behavior
Actual behavior
Temporary fix
Downgrade zone.js:
npm install --save [email protected]Issue over at the Angular CLI repo angular/angular-cli#3975