https://github.com/angular/angular
Raw File
Tip revision: 5741edff8178043f35186f9f52e96a2d949e0973 authored by Ben Hong on 16 April 2024, 19:06:49 UTC
docs: update v0 render to v17
Tip revision: 5741edf
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

ng_integration_test(
    name = "test",
    setup_chromium = True,
    track_payload_size = "forms",
)
back to top