https://github.com/oasisdigital/bazel-angular-example
https://github.com/oasisdigital/bazel-angular-example
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oasisdigital/bazel-angular-example
- Owner: OasisDigital
- License: other
- Created: 2022-03-22T20:25:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T16:26:56.000Z (almost 4 years ago)
- Last Synced: 2026-01-29T21:54:36.713Z (5 months ago)
- Language: HTML
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```