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 1b94641 commit 74caab3Copy full SHA for 74caab3
demo/src/app/app.module.ts
@@ -32,7 +32,7 @@ export function createTranslateLoader(http: HttpClient) {
32
// Add .withServerTransition() to support Universal rendering.
33
// The application ID can be any identifier which is unique on
34
// the page.
35
- BrowserModule.withServerTransition({appId: '@angular-material-extensions/password-strength-demo-id'}),
+ BrowserModule.withServerTransition({appId: 'demo'}),
36
ServiceWorkerModule.register('/ngsw-worker.js', {enabled: environment.production}),
37
MarkdownModule.forRoot({loader: HttpClient}),
38
TranslateModule.forRoot({
0 commit comments