We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
next
1 parent 2ef473c commit 946f9c2Copy full SHA for 946f9c2
packages/core/src/hydration/api.ts
@@ -78,7 +78,7 @@ function printHydrationStats(injector: Injector) {
78
`and ${ngDevMode!.hydratedNodes} node(s), ` +
79
`${ngDevMode!.componentsSkippedHydration} component(s) were skipped. ` +
80
`Note: this feature is in Developer Preview mode. ` +
81
- `Learn more at https://next.angular.io/guide/hydration.`;
+ `Learn more at https://angular.io/guide/hydration.`;
82
// tslint:disable-next-line:no-console
83
console.log(message);
84
}
0 commit comments