File tree Expand file tree Collapse file tree 3 files changed +4
-28
lines changed Expand file tree Collapse file tree 3 files changed +4
-28
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -46,8 +46,10 @@ System.config({
46
46
'node:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic-testing.umd.js' ,
47
47
48
48
// Path mappings for local packages that can be imported inside of tests.
49
- '@angular/material' : 'dist/packages/material/index.js' ,
50
- '@angular/cdk' : 'dist/packages/cdk/index.js' ,
49
+ // Refer to the `public_api.js` files because the tests are not compiled with the
50
+ // Angular Compiler and therefore no `index.js` file will be generated.
51
+ '@angular/material' : 'dist/packages/material/public_api.js' ,
52
+ '@angular/cdk' : 'dist/packages/cdk/public_api.js' ,
51
53
} ,
52
54
packages : {
53
55
// Thirdparty barrels.
You can’t perform that action at this time.
0 commit comments