-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
🐞 Bug report
Command (mark with an x)
- [ ] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [x] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Is this a regression?
Yes, the previous version in which this bug was not present was: ....Not Sure
Description
A clear and concise description of the problem...Create a new app with routing as Yes
run "ng g webWorker app"
webWorker code is added to app-routing.module.ts file
🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
"@angular/cli": "~8.0.0-rc.3",
"@angular/common": "~8.0.0-rc.4",
Anything else relevant?
filipesilva