-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Dry run updates module with -m flag #5862
Comments
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Apr 7, 2017
Before, generating a service and providing it in a module, the dry run flag was ignored for the providing part. We dont provide the module now if its a dry-run. Fixes angular#5862.
hansl
added a commit
that referenced
this issue
Apr 11, 2017
Before, generating a service and providing it in a module, the dry run flag was ignored for the providing part. We dont provide the module now if its a dry-run. Fixes #5862.
hansl
added a commit
that referenced
this issue
Apr 25, 2017
Before, generating a service and providing it in a module, the dry run flag was ignored for the providing part. We dont provide the module now if its a dry-run. Fixes #5862.
dond2clouds
pushed a commit
to d2clouds/speedray-cli
that referenced
this issue
Apr 23, 2018
Before, generating a service and providing it in a module, the dry run flag was ignored for the providing part. We dont provide the module now if its a dry-run. Fixes angular#5862.
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
The log given by the failure.
The
update src/app/app.module.ts
file was updated even though the dry run flag was specified.Desired functionality.
To not update.
Seems to be just the -d flag on services.
The text was updated successfully, but these errors were encountered: