https://github.com/flolu/angular-bazel-architect
Build Angular with Bazel :herb:
https://github.com/flolu/angular-bazel-architect
angular bazel tailwindcss
Last synced: 2 months ago
JSON representation
Build Angular with Bazel :herb:
- Host: GitHub
- URL: https://github.com/flolu/angular-bazel-architect
- Owner: flolu
- Created: 2021-03-30T13:34:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T14:33:42.000Z (about 5 years ago)
- Last Synced: 2025-01-09T06:28:38.019Z (over 1 year ago)
- Topics: angular, bazel, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 403 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Bazel Architect
There are a few ways to use Angular with Bazel. See https://bazelbuild.github.io/rules_nodejs/examples#angular for an overview of all the options.
This example showcases building and testing a project with the Angular CLI.
Instead of using the Angular CLI directly we use Architect here, which is the lower level api for the Angular CLI.
This requires one patch, which can be found under [./patches](./patches).
This patch adjusts how the architect-cli prints stdio so that when running under Bazel you don't lose your logs.