build: add '@angular/elements' the framework package group

This commit is contained in:
Igor Minar 2018-04-14 03:48:32 -07:00
parent 8f690c9062
commit 815ae29b83
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ ANGULAR_SCOPED_PACKAGES = ["@angular/%s" % p for p in [
"compiler",
"compiler-cli",
"animations",
"elements",
"platform-browser",
"platform-browser-dynamic",
"forms",