build: add esm5 build (#22258)

This is a partial cherry-pick of 370ab66c4f
which included this along with a new feature for ivy.

PR Close #22258
This commit is contained in:
Alex Eagle
2018-02-02 15:25:33 -08:00
committed by Victor Berchet
parent 6b457843b9
commit 185a6ab562
15 changed files with 190 additions and 27 deletions

View File

@ -13,5 +13,6 @@ ng_module(
module_name = "@angular/animations/browser",
deps = [
"//packages/animations",
"//packages/core",
],
)