Skip to content

Commit 76409d7

Browse files
committed
Remove index files for easier G3 sync
1 parent 090e9dc commit 76409d7

File tree

3 files changed

+4
-28
lines changed

3 files changed

+4
-28
lines changed

src/cdk/index.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/lib/index.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/karma-test-shim.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)