Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 521 Bytes

File metadata and controls

19 lines (14 loc) · 521 Bytes

rules_angular

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.

Usage

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}",
)