Closed
Description
Bug Report or Feature Request (mark with an x
)
- [x] bug report -> please search issues before submitting
- [ ] feature request
Command (mark with an x
)
- [ ] new
- [ ] build
- [x] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Versions
nope 8.10
angular 7.0.1
angular-cli 7.0.3
Repro steps
Use this repository to reproduce the error.
GUI-cTor_minimal_repro.zip
The log given by the failure
core.js:1394 Uncaught TypeError: ctorParameters.map is not a function
jit-error.log
Desired functionality
After upgrading from Angular v6
When starting my app with ng serve
the App crashes on browser with an error (jit-error.log appended).
When starting my app with ng serve --aot
the App runs well in browser.
ng serve jit compiling should not fail with error
core.js:1394 Uncaught TypeError: ctorParameters.map is not a function