3f88de9407
This commit moves the build-related scripts (`build-ivy-npm-packages.js`, `build-packages-dist.js` and `package-builder.js`) to a dedicated directory to keep the `scripts/` directory cleaner. It also moves the logic for building the `zone.js` package to a separate script, `zone-js-builder.js`, to make it re-usable. A subsequent commit will use it to build the `zone.js` package when building the Ivy Angular packages as well. PR Close #35780 |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
package.json | ||
test.ts | ||
tsconfig.json | ||
yarn.lock |
README.md
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 install
to 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
.