Closed

Description
Versions
Angular CLI: 6.0.0-beta.8
Node: 9.9.0
OS: win32 x64
Repro steps
ng new test-app --routing -it -is -si --style=scss' <- this generates properly
ng g c test`
Observed behavior
CREATE projects/pizza-client/src/app/test/test.component.html (23 bytes)
CREATE projects/pizza-client/src/app/test/test.component.spec.ts (614 bytes)
CREATE projects/pizza-client/src/app/test/test.component.ts (257 bytes)
CREATE projects/pizza-client/src/app/test/test.component.css (0 bytes)
UPDATE projects/pizza-client/src/app/app.module.ts (467 bytes)
Desired behavior
CREATE projects/pizza-client/src/app/test/test.component.spec.ts (614 bytes)
CREATE projects/pizza-client/src/app/test/test.component.ts (257 bytes)
UPDATE projects/pizza-client/src/app/app.module.ts (467 bytes)
Mention any other details that might be useful (optional)
I would assume other configurations are affected, such has --module=something or --minimal
/ --skip-tests
This appears to have broken from the migration from angular-cli.json to the new angular.json,
there is no defaults section
Metadata
Metadata
Assignees
Labels
No labels