-
Notifications
You must be signed in to change notification settings - Fork 12k
Generating Routing Module ignores "spec"-setting in angular-cli.json #4404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It seems like the "inline-style" and "inline-template" setting is ignored to. The ".html" and ".css" will always be generated. |
…son defaults Add documentation for a breaking change in angular-cli.json (see angular#4389) that was missed in the changelog Fix angular#4404
We don't generate a component with a routing module anymore, so this shouldn't happen. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Windows 10
Versions.
@angular/cli: 1.0.0-beta.30
node: 7.3.0
Repro steps.
Expected output/files generated.
Actual output/files generated.
Mention any other details that might be useful.
Note the generated "test.component.spec.ts" file.
I would expect, that no "spec.ts"-File is generated, when the spec-generation for Components is disabled inside the angular-cli.json
The text was updated successfully, but these errors were encountered: