In Angular CLI 12, application can only be compiled using Ivy, therefore we shouldn't run these tests when Bazel runs with View Engine context. PR Close #41434
Angular Elements Schematics Tests
This directory is an integration test for @angular/elements schematics. To ensure
that the elements schematics do work and leave the application in a working state.
To use the tests:
- Use
yarn installto install all dependencies in this directory and in the Angular repo root directory. - Build an Angular distribution with
yarn build-dist. This needs to be done after changes to Angular, but not after changes to integration tests. This is an expensive build. - In this directory, run the integration tests with
yarn test.