angular-cn/tools/ngc-wrapped
Tobias Bosch 27d901a51d refactor(compiler-cli): cleanup API for transformer based ngc
This is in preparation for watch mode.
2017-08-11 13:20:45 -07:00
..
BUILD.bazel build: Bazel builds ngfactories for packages/core (#18289) 2017-07-21 18:09:47 -05:00
README.md build: Bazel builds ngfactories for packages/core (#18289) 2017-07-21 18:09:47 -05:00
index.ts refactor(compiler-cli): cleanup API for transformer based ngc 2017-08-11 13:20:45 -07:00

README.md

ngc-wrapped

This is a wrapper around @angular/compiler-cli that makes ngc run under Bazel. It should be identical to https://github.com/bazelbuild/rules_angular/tree/master/internal/ngc however that is built against Angular packages from npm, while ngc-wrapped is built using Bazel against Angular at HEAD.