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({
4646 'node:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic-testing.umd.js' ,
4747
4848 // 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' ,
5153 } ,
5254 packages : {
5355 // Thirdparty barrels.
You can’t perform that action at this time.
0 commit comments