test_docs_examples_ivy
CI job (#36015)
The docs examples tests are run both with Ivy turned off and on. When Ivy is turned on, ngcc is used to convert all dependencies (including the Angular framework packages to Ivy). Previously, in order to speed things up, the `test_docs_examples_ivy` CI job would use Angular packages built with Ivy (from `dist/packages-dist-ivy-aot`). This however was a deviation from what happens in real-world applications. This commit changes the `test_docs_examples_ivy` CI job to always use the regular Angular packages (as published on npm) and use ngcc to convert them to Ivy. Relevant discussion: https://github.com/angular/angular/pull/35091#discussion_r373775396 PR Close #36015
ci(docs-infra): use the regular (non-Ivy) Angular packages in
test_docs_examples_ivy
CI job (#36015)
build: migrate references and scripts that set to build with ivy via compile=aot to use config=ivy (#33983)
Angular
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Description
Languages
TypeScript
68.6%
HTML
12.8%
JavaScript
8.4%
Pug
7%
Starlark
1.4%
Other
1.7%