mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
With this change we allow unset a config value when the provided value is `undefined`. Example, `ng config -g schematics undefined` will remove the entire `schematics` section from the configuration.