Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 1981417

Browse files
devversionamcdnl
authored andcommitted
chore(plunkers): include missing cdk mappings (#303)
Adds missing CDK package mappings to the Plunker SystemJS configuration.
1 parent d961ed4 commit 1981417

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/assets/plunker/systemjs.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,14 @@ System.config({
3030
'@angular/platform-browser-dynamic': 'https://unpkg.com/@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js',
3131
'@angular/animations/browser': 'https://unpkg.com/@angular/animations/bundles/animations-browser.umd.js',
3232
'@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.
3335
'@angular/material': 'https://unpkg.com/@angular/material/bundles/material.umd.js',
3436
'@angular/cdk': 'https://unpkg.com/@angular/cdk/bundles/cdk.umd.js',
37+
38+
// CDK Secondary entry points
3539
'@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',
3641
'@angular/cdk/bidi': 'https://unpkg.com/@angular/cdk/bundles/cdk-bidi.umd.js',
3742
'@angular/cdk/coercion': 'https://unpkg.com/@angular/cdk/bundles/cdk-coercion.umd.js',
3843
'@angular/cdk/collections': 'https://unpkg.com/@angular/cdk/bundles/cdk-collections.umd.js',
@@ -45,6 +50,7 @@ System.config({
4550
'@angular/cdk/scrolling': 'https://unpkg.com/@angular/cdk/bundles/cdk-scrolling.umd.js',
4651
'@angular/cdk/table': 'https://unpkg.com/@angular/cdk/bundles/cdk-table.umd.js',
4752
'@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',
4854

4955
// Rxjs mapping
5056
'rxjs': 'https://unpkg.com/rxjs',

0 commit comments

Comments
 (0)