From 007fd3f277a4b59261cb3d5c0cd5760f9554b8b7 Mon Sep 17 00:00:00 2001 From: Austin Date: Sat, 12 Aug 2017 13:12:52 -0500 Subject: [PATCH] chore(demo): fix demo app reference to overlay --- src/demo-app/system-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demo-app/system-config.ts b/src/demo-app/system-config.ts index d4d5a6c7447b..103320a01306 100644 --- a/src/demo-app/system-config.ts +++ b/src/demo-app/system-config.ts @@ -32,7 +32,7 @@ System.config({ '@angular/cdk/coercion': 'dist/bundles/cdk-coercion.umd.js', '@angular/cdk/keycodes': 'dist/bundles/cdk-keycodes.umd.js', '@angular/cdk/observers': 'dist/bundles/cdk-observers.umd.js', - '@angular/cdk/overlay': 'dist/bundles/cdk-overlay-content.umd.js', + '@angular/cdk/overlay': 'dist/bundles/cdk-overlay.umd.js', '@angular/cdk/platform': 'dist/bundles/cdk-platform.umd.js', '@angular/cdk/portal': 'dist/bundles/cdk-portal.umd.js', '@angular/cdk/rxjs': 'dist/bundles/cdk-rxjs.umd.js',