You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments