https://github.com/angular/angular
Raw File
Tip revision: e2601c7fb2d7d92146eaad0394526d8c54456f7d authored by twerske on 30 April 2024, 16:51:28 UTC
docs: fix formatting for signal inputs guide
Tip revision: e2601c7
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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