Skip to content

docs: add error guide for NG05102#69365

Open
arturovt wants to merge 1 commit into
angular:mainfrom
arturovt:docs/errors_5102
Open

docs: add error guide for NG05102#69365
arturovt wants to merge 1 commit into
angular:mainfrom
arturovt:docs/errors_5102

Conversation

@arturovt

Copy link
Copy Markdown
Contributor

Adds an error reference page for NG05102 (UNSUPPORTED_EVENT_TARGET) explaining what triggers it and how to fix it. Also marks the error code as negative (-5102) so that in dev mode the error message automatically links to the new guide page on angular.dev/errors, consistent with other documented runtime errors.

Adds an error reference page for NG05102 (UNSUPPORTED_EVENT_TARGET) explaining
what triggers it and how to fix it. Also marks the error code as negative (-5102)
so that in dev mode the error message automatically links to the new guide page
on angular.dev/errors, consistent with other documented runtime errors.
@pullapprove pullapprove Bot requested a review from atscott June 15, 2026 19:22
@angular-robot angular-robot Bot added the area: docs Related to the documentation label Jun 15, 2026
@ngbot ngbot Bot added this to the Backlog milestone Jun 15, 2026
@pullapprove pullapprove Bot requested review from atscott and kirjs June 15, 2026 19:58
selector: 'app-example',
template: '<button>Click me</button>',
})
export class ExampleComponent {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Little NIT:

Suggested change
export class ExampleComponent {
export class Example {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Related to the documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants