https://github.com/angular/angular
Raw File
Tip revision: 6f1c941dfec8cf0ea0ccbb0fda76f3d960fd843b authored by Andrew Kushnir on 09 March 2022, 16:53:23 UTC
release: cut the v13.2.6 release (#45299)
Tip revision: 6f1c941
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

ng_integration_test(
    name = "test",
    # Special case for `typings_test_ts44` test as we want to pin
    # `typescript` at version 4.4.x for that test and not link to the
    # root @npm//typescript package.
    pinned_npm_packages = ["typescript"],
)
back to top