Angular - Server-Side Rendering
Given this code snippet, what will happen when hydration is enabled?
bootstrapApplication(AppComponent, { providers: [provideClientHydration()] });Assuming AppComponent renders server HTML, what is the expected behavior on the client?
