Important
The source code for this library is maintained in the angular/dev-infra repository. Please open any issues or pull requests in that repository.
Add the dependency for rules_angular to your MODULE.bazel file.
bazel_dep(name = "rules_angular")
git_override(
module_name = "rules_angular",
remote = "https://github.com/angular/rules_angular.git",
commit = "{SHA}",
)