@name Skip hydration flag is applied to an invalid node @category runtime @shortDescription The ngSkipHydration attribute was added to an element that is not a component host. @description This error occurs when the `ngSkipHydration` attribute was added to an inappropriate DOM node. The `ngSkipHydration` attribute can only be applied to component host nodes either directly in the template or via a host binding. It cannot be applied to other DOM nodes and will have no effect if done so other than causing this error. More information about hydration can be found in [this guide](guide/hydration). The following examples will trigger the error. **Example 1** In this example, the `ngSkipHydration` attribute is applied to a `