Skip to content

Commit 702f878

Browse files
WIP. log hydration test
1 parent f5e0221 commit 702f878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-angular/tests/src/server/hydration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class AppSSRModule {}
4545
class TestHelpers {
4646
static createSSRBodyMarkup(ssrComponentsHTML: string): string {
4747
const nghData = '[{}]';
48-
return `<!--nghm--><app-root ng-version="${VERSION.full}" ngh="0" ng-server-context="ssr">${ssrComponentsHTML}</app-root>
48+
return `<!--nghm--><app-root ng-version="${VERSION.full}" ngh="0" ng-server-context="ssg">${ssrComponentsHTML}</app-root>
4949
<script id="ng-state" type="application/json">{"DX_isPlatformServer":true,"__nghData__":${nghData}}</script>`;
5050
}
5151

0 commit comments

Comments
 (0)