Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(@schematics/angular): prevent adding redundant whitespace in ge…
…nerated angular.json file Previously "ng new" was generating angular.json file containing redundant whitespace after "version" property. When file was edited some IDEs automatically removed this whitespace making additional change in diff. If "packageManager" option is used, whitespace is still present. (cherry picked from commit ed90080)
- Loading branch information