https://github.com/angular/angular
Raw File
Tip revision: d63f71931eb1f1d550c33abe1906fd6dcffa0212 authored by Ben Hong on 27 March 2024, 18:10:49 UTC
docs: fix outdated security guide reference
Tip revision: d63f719
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

ng_integration_test(
    name = "test",
    setup_chromium = True,
    track_payload_size = "cli-hello-world",
)
back to top