![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@angular-builders/bazel
Advanced tools
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"
}
}
}
FAQs
Run Bazel under the Angular CLI
The npm package @angular-builders/bazel receives a total of 151 weekly downloads. As such, @angular-builders/bazel popularity was classified as not popular.
We found that @angular-builders/bazel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.