Angular - Server-Side Rendering
Given this Angular app with hydration enabled, what happens when the user clicks a button rendered by the server?
bootstrapApplication(AppComponent, { hydration: true });