Closed
Description
🐞 Bug report
Command (mark with an x
)
- [ ] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [x] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Is this a regression?
Probably, I used ng update several times already and this never happened
Description
After running ng update
to update from 7.3 to 8.0.0-rc.5 I get a big amount of tslint errors because it used double quotes (") on the modified imports. IE:
-import { MatDialogModule } from '@angular/material';
+import { MatDialogModule } from "@angular/material/dialog";
All the changed imports are from material, so I can't say if it's only an issue with material
🔬 Minimal Reproduction
run ng update --next
in any angular project using material
🌍 Your Environment
Angular CLI: 7.3.9
Node: 10.13.0
OS: darwin x64
Angular: 8.0.0-rc.5
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... platform-server, router
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.13.1
@angular-devkit/build-angular 0.13.1
@angular-devkit/build-optimizer 0.13.1
@angular-devkit/build-webpack 0.13.1
@angular-devkit/core 7.3.1
@angular-devkit/schematics 7.3.9
@angular/cdk 8.0.0-rc.2
@angular/cli 7.3.9
@angular/http 7.2.15
@angular/material 8.0.0-rc.2
@ngtools/webpack 7.3.1
@schematics/angular 7.3.9
@schematics/update 0.13.9
rxjs 6.5.2
typescript 3.4.5
webpack 4.29.0