Demonstrating Hydration with Pre-rendering
When this page is pre-rendered, the message below will be part of the initial static HTML. Once the Angular application loads and "hydrates" this view, it will run client-side code to update the message without any flicker.
⏳ Initial State: Waiting for client-side hydration...
Check your browser's developer console. You should see a log from `ngAfterViewInit` confirming that client-side execution has occurred.