mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The ngcc integration test is in an awkward state: it's attempting to test that the current ngcc can process @angular/core at v12. We need to make a forwards-incompatible change to the typings of @angular/core, which means that the compiled typings from the current ngcc won't be compatible with core as of v12. To get around this and allow the integration test to have some value, we're disabling library checking for the time being. PR Close #45672 |
||
|---|---|---|
| .. | ||
| src | ||
| BUILD.bazel | ||
| debug-test.sh | ||
| mock-ngcc-version-marker.js | ||
| ngcc.config.js | ||
| package.json | ||
| run_test.sh | ||
| tsconfig-app.json | ||
| yarn.lock | ||