@@ -30,9 +30,14 @@ System.config({
30
30
'@angular/platform-browser-dynamic' : 'https://unpkg.com/@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js' ,
31
31
'@angular/animations/browser' : 'https://unpkg.com/@angular/animations/bundles/animations-browser.umd.js' ,
32
32
'@angular/platform-browser/animations' : 'https://unpkg.com/@angular/platform-browser/bundles/platform-browser-animations.umd.js' ,
33
+
34
+ // Angular Material and Angular CDK primary bundles.
33
35
'@angular/material' : 'https://unpkg.com/@angular/material/bundles/material.umd.js' ,
34
36
'@angular/cdk' : 'https://unpkg.com/@angular/cdk/bundles/cdk.umd.js' ,
37
+
38
+ // CDK Secondary entry points
35
39
'@angular/cdk/a11y' : 'https://unpkg.com/@angular/cdk/bundles/cdk-a11y.umd.js' ,
40
+ '@angular/cdk/accordion' : 'https://unpkg.com/@angular/cdk/bundles/cdk-accordion.umd.js' ,
36
41
'@angular/cdk/bidi' : 'https://unpkg.com/@angular/cdk/bundles/cdk-bidi.umd.js' ,
37
42
'@angular/cdk/coercion' : 'https://unpkg.com/@angular/cdk/bundles/cdk-coercion.umd.js' ,
38
43
'@angular/cdk/collections' : 'https://unpkg.com/@angular/cdk/bundles/cdk-collections.umd.js' ,
@@ -45,6 +50,7 @@ System.config({
45
50
'@angular/cdk/scrolling' : 'https://unpkg.com/@angular/cdk/bundles/cdk-scrolling.umd.js' ,
46
51
'@angular/cdk/table' : 'https://unpkg.com/@angular/cdk/bundles/cdk-table.umd.js' ,
47
52
'@angular/cdk/stepper' : 'https://unpkg.com/@angular/cdk/bundles/cdk-stepper.umd.js' ,
53
+ '@angular/cdk/layout' : 'https://unpkg.com/@angular/cdk/bundles/cdk-layout.umd.js' ,
48
54
49
55
// Rxjs mapping
50
56
'rxjs' : 'https://unpkg.com/rxjs' ,
0 commit comments