Skip to content

Commit 0272d0b

Browse files
josephperrottjelbourn
authored andcommitted
chore(dialog): correct tsconfig-build file for cdk-experimental dialog (#10718)
1 parent 1616f2f commit 0272d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk-experimental/dialog/tsconfig-build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"annotateForClosureCompiler": true,
99
"strictMetadataEmit": false, // Workaround for Angular #22210
1010
"flatModuleOutFile": "index.js",
11-
"flatModuleId": "@angular/material-experimental/dialog",
11+
"flatModuleId": "@angular/cdk-experimental/dialog",
1212
"skipTemplateCodegen": true,
1313
"fullTemplateTypeCheck": true
1414
}

0 commit comments

Comments
 (0)