bazel-nx-example icon indicating copy to clipboard operation
bazel-nx-example copied to clipboard

⚡ Example monorepo for Nest + Angular built with Bazel

Results 3 bazel-nx-example issues
Sort by recently updated
recently updated
newest added

Just download and build. then got the Error below ![Screen Shot 2020-09-08 at 17 48 36](https://user-images.githubusercontent.com/11975819/92467301-8cd3d680-f1fb-11ea-9116-4bdf8dc5a737.png) reproceduce step: ``` npm i npm run build lazy-loading-app ```

`@nebular/theme` and `@nebular/eva-icons` have the issues with unnamed UMD bundle. So, here we use patched versions of these deps, published in npm: ``` "@nebular/eva-icons": "npm:@scalio-oss/nebular-eva-icons@^4.1.3", "@nebular/theme": "npm:@scalio-oss/nebular-theme@^4.1.3", ```

Add a module for shared model interfaces, generated from .proto files via Bazel.