-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenthelp wantedThe team would appreciate a PR from the community to address this issueThe team would appreciate a PR from the community to address this issuerefactoringThis issue is related to a refactoringThis issue is related to a refactoring
Description
As of TypeScript 2.1, extending Error
has issues: it generates a non-trivial amount of code and it doesn't property pass messages through. We also don't really get any benefit from them, since Angular clobbers them anyway.
We can replace each custom error with a function like throwInputContainerUnsupportedType()
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenthelp wantedThe team would appreciate a PR from the community to address this issueThe team would appreciate a PR from the community to address this issuerefactoringThis issue is related to a refactoringThis issue is related to a refactoring