https://github.com/angular/angular
Raw File
Tip revision: 6fc2d3aea4aec878600c1d1484444023294fc5f4 authored by Sonu Kapoor on 29 March 2024, 15:34:01 UTC
Update services.md
Tip revision: 6fc2d3a
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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