Skip to content

OasisDigital/bazel-angular-example

Repository files navigation

Oasis Digital Bazel examples

We use these examples to teach Bazel, but you are welcome to study them for your own purposes!

https://oasisdigital.com/class/bazel

(Synthetic) Large Angular example

This is an extension of the Angular Bazel example published in rules_nodejs.

The main addition: a mechanism to generate extra Angular modules/components, with which to demonstrate a large scale build.

Useful commands:

ng serve
ng serve --prod
yarn server-ssr