Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 504 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 504 Bytes

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