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 370f1e9 commit 2ee9ffcCopy full SHA for 2ee9ffc
src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migrator.ts
@@ -44,7 +44,7 @@ export class RuntimeMigrator {
44
capitalizedComponent += word.toUpperCase() + '_';
45
});
46
47
- /// Remove trailing underscore at the end
+ // Remove trailing underscore at the end
48
capitalizedComponent = capitalizedComponent.slice(0, -1);
49
50
const specifierReplacements = [
0 commit comments