An open API service indexing awesome lists of open source software.

https://github.com/oasisdigital/bazel-angular-example


https://github.com/oasisdigital/bazel-angular-example

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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:

```bash
ng serve
```

```bash
ng serve --prod
```

```bash
yarn server-ssr
```