Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
This site is no longer updated.Head to Angular.devHome
/

This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

NG0502: During hydration, Angular expected to find a DOM node, but it did not exist.

Description

This error is similar to the error NG0500, but it indicates that Angular hydration process expected a node to be present in the DOM structure at a particular location and none was found. Please refer to the error NG0500 page for additional information.


Debugging the error

See the error NG0500 for more information on how to debug this error.