https://github.com/angular/angular
Raw File
Tip revision: c675d2b82024e4b03f7316539f26f4cfa070b2c3 authored by Ben Hong on 21 May 2024, 16:21:31 UTC
docs: make entire tutorial local to match offline intention for first-app tutorial
Tip revision: c675d2b
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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