angular-cn/packages/compiler-cli/src/ngcc
Miško Hevery 116946fb11 style: tslint enforces no debugger statements left behind (#25532)
PR Close #25532
2018-08-16 16:00:22 -07:00
..
src feat(ivy): Add AOT handling for bare classes with Input and Output decorators (#25367) 2018-08-14 16:36:18 -07:00
test style: tslint enforces no debugger statements left behind (#25532) 2018-08-16 16:00:22 -07:00
BUILD.bazel feat(ivy): ngcc project skeleton (#24897) 2018-07-27 17:15:31 -07:00
README.md feat(ivy): ngcc project skeleton (#24897) 2018-07-27 17:15:31 -07:00
index.ts feat(ivy): ngcc project skeleton (#24897) 2018-07-27 17:15:31 -07:00
main-ngcc.ts feat(ivy): ngcc project skeleton (#24897) 2018-07-27 17:15:31 -07:00

README.md

Angular Compatibility Compiler (ngcc)

This compiler will convert node_modules compiled with ngc, into node_modules which appear to have been compiled with ngtsc.

This conversion will allow such "legacy" packages to be used by the Ivy rendering engine.

Building

The project is built using Bazel:

bazel build //packages/compiler-cli/src/ngcc

Unit Testing

The unit tests are built and run using Bazel:

bazel test //packages/compiler-cli/src/ngcc/test

Integration Testing

There are tests that check the behaviour of the overall executable:

bazel test //packages/compiler-cli/test/ngcc