angular-cn/tools/ngc-wrapped
Tobias Bosch ffb1553282 refactor(compiler): make the new ngc API independent of tsickle (#18739)
This changes `performCompile` / `program.emit` to not tsickle automatically,
but allows to pass in an `emitCallback` in which tsickle can be executed.
2017-08-17 18:00:52 -05: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): make the new ngc API independent of tsickle (#18739) 2017-08-17 18:00:52 -05: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.