mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7bbe492383
- update `errors.ts` to annotate the error NG0403, so that the runtime can add a link to that guide when an error is thrown - update `application_ref_spec.ts` to include the new link of the error - update `errors.md` as a result of running `yarn bazel test packages/core/test` Fixes #47985 PR Close #48483