build: add @angular/localize to ng-update packageGroup (#33721)

PR Close #33721
This commit is contained in:
Alan Agius 2019-11-11 07:52:46 +01:00 committed by Kara Erickson
parent a1e9956290
commit a8f9ff52f3
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ ANGULAR_SCOPED_PACKAGES = ["@angular/%s" % p for p in [
"upgrade",
"router",
"language-service",
"localize",
"service-worker",
]]