flolu / angular-bazel-architect

Build Angular with Bazel :herb:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. This patch adjusts how the architect-cli prints stdio so that when running under Bazel you don't lose your logs.

About

Build Angular with Bazel :herb:


Languages

Language:TypeScript 40.7%Language:Starlark 36.9%Language:JavaScript 19.5%Language:HTML 2.1%Language:SCSS 0.7%