angular-cn/packages/compiler-cli/src/ngcc
Pete Bacon Darwin 23ec88ef23 refactor(ivy): remove unreferenced utils file (#26076)
PR Close #26076
2018-09-24 11:39:52 -07:00
..
src refactor(ivy): remove unreferenced utils file (#26076) 2018-09-24 11:39:52 -07:00
test fix(ivy): ngcc should compile entry-points in the correct order (#25862) 2018-09-18 13:06:28 -07:00
BUILD.bazel build(bazel): update to rules_typescript 0.17.0 & rules_nodejs 0.13.4 (#25920) 2018-09-18 13:05:38 -07:00
README.md feat(ivy): ngcc project skeleton (#24897) 2018-07-27 17:15:31 -07:00
canonical-path.d.ts fix(ivy): ngcc should compile entry-points in the correct order (#25862) 2018-09-18 13:06:28 -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