Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(google-maps): resolve CLI errors in ng update schematic (#29947)
* Fixes that the schematic was throwing an error for non-UTF8 files, because we were using `Tree.readText` instead of `Tree.read.toString`. * Fixes that we appear to be traversing the `node_modules`. Fixes #29917. (cherry picked from commit f890455)
- Loading branch information