mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 02:58:04 +08:00
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.