mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, error messages related to an overriden constructor doc would stringify the doc as `[object Object]`, which is not helpful for debugging the issue. For example: > Constructor doc [object Object] was not marked '@internal' This commit improves the error message by including the doc's ID instead. For example, the above error message would become: > Constructor doc forms/ɵFormControlCtor was not marked '@internal' PR Close #47201 |
||
|---|---|---|
| .. | ||
| content-rules | ||
| mocks | ||
| processors | ||
| readers | ||
| tag-defs | ||
| index.js | ||