Skip to content

Commit 74caab3

Browse files
committed
fix(demo): solved rendering issue
1 parent 1b94641 commit 74caab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function createTranslateLoader(http: HttpClient) {
3232
// Add .withServerTransition() to support Universal rendering.
3333
// The application ID can be any identifier which is unique on
3434
// the page.
35-
BrowserModule.withServerTransition({appId: '@angular-material-extensions/password-strength-demo-id'}),
35+
BrowserModule.withServerTransition({appId: 'demo'}),
3636
ServiceWorkerModule.register('/ngsw-worker.js', {enabled: environment.production}),
3737
MarkdownModule.forRoot({loader: HttpClient}),
3838
TranslateModule.forRoot({

0 commit comments

Comments
 (0)