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 1d42431 commit 27309fdCopy full SHA for 27309fd
docs/src/app/shared/stackblitz/stackblitz-writer.ts
@@ -215,8 +215,8 @@ export class StackBlitzWriter {
215
// Replace `bootstrapApplication(MaterialDocsExample,`
216
// will be replaced as `bootstrapApplication(ButtonDemo,`
217
fileContent = fileContent.replace(
218
- /bootstrapApplication\(MaterialDocsExample,/g,
219
- `bootstrapApplication(${mainComponentName},`,
+ /bootstrapApplication\(MaterialDocsExample/g,
+ `bootstrapApplication(${mainComponentName}`,
220
);
221
222
const dotIndex = data.indexFilename.lastIndexOf('.');
0 commit comments