Skip to content

Commit c84b8b5

Browse files
crisbetommalerba
authored andcommitted
chore: bump to Angular 5.2.x (#9770)
Bumps to the latest minor version of Angular now that a compilation error, that was blocking us previously, has been resolved. Also fixes a couple of AoT errors in the demo app.
1 parent 6f6f92d commit c84b8b5

File tree

8 files changed

+279
-1184
lines changed

8 files changed

+279
-1184
lines changed

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ sass_repositories()
2626
git_repository(
2727
name = "build_bazel_rules_typescript",
2828
remote = "https://github.com/bazelbuild/rules_typescript.git",
29-
commit = "89d2c75066bea3d9c942f29dd1d2ea543c58d6d5",
29+
tag = "0.10.0",
3030
)
3131

3232
# Setup TypeScript Bazel workspace
33-
load("@build_bazel_rules_typescript//:setup.bzl", "ts_setup_workspace")
33+
load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")
3434
ts_setup_workspace()
3535

3636
# Add Angular rules

0 commit comments

Comments
 (0)