17.0.2 • Published 24 days ago

@angular-builders/bazel v17.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
24 days ago

Angular CLI support for Bazel

Provides an Angular CLI Builder, which can execute Bazel when triggered by ng build, ng test, etc. See https://angular.io/guide/cli-builder for more info about Builders.

This package is a replacement for parts of the deprecated @angular/bazel package previously maintained by the Angular team.

This builder assumes you have already created Bazel configurations (WORKSPACE and BUILD files). There is presently no tooling to generate these automatically that's supported by either Angular team or rules_nodejs maintainers. See the @bazel/create package for a quickstart to creating a Bazel workspace, or look at examples in rules_nodejs.

To use it, you would just install this package (it doesn't hook into ng add because it has no schematics):

$ npm install --save-dev @angular-builders/bazel

Then edit your angular.json to invoke Bazel. For example, to have ng build do bazel build //:all you would edit the architect block to have:

"architect": {
  "build": {
    "builder": "@angular-builders/bazel:build",
    "options": {
      "targetLabel": "//:all",
      "bazelCommand": "build"
    }
  }
}
17.0.3-beta.2

24 days ago

17.0.3-beta.1

1 month ago

17.0.3-beta.0

1 month ago

17.0.2

1 month ago

17.0.2-beta.1

1 month ago

17.0.2-beta.0

2 months ago

17.0.1

3 months ago

17.0.1-beta.1

4 months ago

17.0.1-beta.0

5 months ago

17.0.0-beta.0

6 months ago

18.0.0-beta.1

6 months ago

18.0.0-beta.0

6 months ago

17.0.0

6 months ago

16.0.2-beta.0

8 months ago

16.0.1-beta.0

10 months ago

16.0.1

9 months ago

16.0.0-beta.1

11 months ago

16.0.0

11 months ago

16.0.0-beta.0

12 months ago

15.0.0

1 year ago

15.0.0-beta.0

1 year ago

14.0.1

2 years ago

14.0.0-beta.0

2 years ago

14.0.0

2 years ago

14.0.1-beta.0

2 years ago

13.1.2

2 years ago

13.1.2-beta.0

2 years ago

13.1.1-beta.0

2 years ago

13.1.1

2 years ago

13.1.1-beta.1

2 years ago

13.1.0

2 years ago

13.1.0-beta.1

2 years ago