Skip to content

Commit 85a6fff

Browse files
authored
fix demo app (#6437)
1 parent 7f60b09 commit 85a6fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo-app/system-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ System.config({
3232
'@angular/cdk/coercion': 'dist/bundles/cdk-coercion.umd.js',
3333
'@angular/cdk/keycodes': 'dist/bundles/cdk-keycodes.umd.js',
3434
'@angular/cdk/observers': 'dist/bundles/cdk-observers.umd.js',
35-
'@angular/cdk/overlay': 'dist/bundles/cdk-overlay-content.umd.js',
35+
'@angular/cdk/overlay': 'dist/bundles/cdk-overlay.umd.js',
3636
'@angular/cdk/platform': 'dist/bundles/cdk-platform.umd.js',
3737
'@angular/cdk/portal': 'dist/bundles/cdk-portal.umd.js',
3838
'@angular/cdk/rxjs': 'dist/bundles/cdk-rxjs.umd.js',

0 commit comments

Comments
 (0)