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.
1 parent 5901289 commit 14b917cCopy full SHA for 14b917c
demo/src/app/app.module.ts
@@ -20,7 +20,7 @@ import {OverlayModule} from '@angular/cdk/overlay';
20
// Add .withServerTransition() to support Universal rendering.
21
// The application ID can be any identifier which is unique on
22
// the page.
23
- BrowserModule.withServerTransition({appId: '@angular-material-extensions/pages-demo-id'}),
+ BrowserModule.withServerTransition({appId: 'demo'}),
24
ServiceWorkerModule.register('/ngsw-worker.js', {enabled: environment.production}),
25
BrowserAnimationsModule,
26
FormsModule,
0 commit comments