angular-cn/tools/ngc-wrapped
Victor Berchet 679608db65 refactor(compiler-cli): use the transformer based compiler by default
The source map does not currently work with the transformer pipeline.
It will be re-enabled after TypeScript 2.4 is made the min version.

To revert to the former compiler, use the `disableTransformerPipeline` in
tsconfig.json:

```
{
  "angularCompilerOptions": {
    "disableTransformerPipeline": true
  }
}
```
2017-08-10 20:30:40 -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): use the transformer based compiler by default 2017-08-10 20:30:40 -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.