mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-23 15:36:23 +08:00
Removal changes were previously being improperly recorded with the wrong parent. A property can now be directly removed by setting the value to undefined or by using the delete operator.