mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This produces a directory following the Angular Package layout spec. Includes integration test coverage by making a minimal ng_package in integration/bazel. Unit tests verify the content of the @angular/core and @angular/common packages. This doesn't totally match our current output, but is good enough to unblock some early adopters. It re-uses logic from the rollup_bundle rule in rules_nodejs. It should also eventually have the .pack and .publish secondary targets like npm_package rule. PR Close #22221 |
||
|---|---|---|
| .. | ||
| ng_package | ||
| ngc-wrapped | ||
| BUILD.bazel | ||
| esm5.bzl | ||
| modify_tsconfig.js | ||
| ng_module.bzl | ||
| ng_rollup_bundle.bzl | ||
| rules_typescript.bzl | ||