angular-cn/integration/hello_world__closure
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
..
e2e test: cleanup rxjs custom build 2017-05-04 15:07:27 -04:00
src test: cleanup rxjs custom build 2017-05-04 15:07:27 -04:00
closure.conf test: cleanup rxjs custom build 2017-05-04 15:07:27 -04:00
package.json refactor(compiler-cli): use the transformer based compiler by default 2017-08-10 20:30:40 -07:00
tsconfig.json refactor(compiler): don’t always compile `.ngfactory.ts` files by default 2017-06-12 15:27:02 -07:00