Skip to content

Commit 14b917c

Browse files
committed
fix(package): changed app id to solve the rendering issue
1 parent 5901289 commit 14b917c

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
@@ -20,7 +20,7 @@ import {OverlayModule} from '@angular/cdk/overlay';
2020
// Add .withServerTransition() to support Universal rendering.
2121
// The application ID can be any identifier which is unique on
2222
// the page.
23-
BrowserModule.withServerTransition({appId: '@angular-material-extensions/pages-demo-id'}),
23+
BrowserModule.withServerTransition({appId: 'demo'}),
2424
ServiceWorkerModule.register('/ngsw-worker.js', {enabled: environment.production}),
2525
BrowserAnimationsModule,
2626
FormsModule,

0 commit comments

Comments
 (0)