build: release output contains forward references that break at runtime #19454
Labels
area: dev-infra
Issue related to internal project infrastructure
P1
Impacts a large percentage of users; if a workaround exists it is partial or overly painful
Milestone
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/fork/components-issue
Steps to reproduce:
npm install
andnpm start
Expected Behavior
As well as on Stackblitz, it should work correctly on the local environment. But it isn't.
Actual Behavior
Datepicker throws a runtime error.
I think maybe it is caused by
ngcc
process but I'm not sure.Environment
The text was updated successfully, but these errors were encountered: