mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
baf8da0f0f
Re-enables the building of the `src/dev-app` package in the components repo when the components-repo-unit-test job runs. We previously disabled the dev-app because it was not compatible with template typechecking of ngtsc. This should be fixed now and can re-enable it. This could be valuable for having some actual real test scenarios of type checking. PR Close #43798