Skip to content

Commit 61639da

Browse files
committed
build: index file for cdk-experimental/scrolling not being generated
Fixes the `index.js` and `public-api.js` files for the `cdk-experimental/scrolling` packages not being generated. The issue seems to come from the fact that the files aren't reference by any other files which causes them to not be output.
1 parent 4166d16 commit 61639da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/cdk-experimental/scrolling/virtual-scroll-viewport.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ import {dispatchFakeEvent} from '@angular/cdk/testing';
33
import {Component, Input, ViewChild, ViewContainerRef, ViewEncapsulation} from '@angular/core';
44
import {ComponentFixture, fakeAsync, flush, TestBed} from '@angular/core/testing';
55
import {animationFrameScheduler, Subject} from 'rxjs';
6-
import {ScrollingModule} from './scrolling-module';
7-
import {CdkVirtualForOf} from './virtual-for-of';
8-
import {CdkVirtualScrollViewport} from './virtual-scroll-viewport';
6+
import {CdkVirtualScrollViewport, CdkVirtualForOf, ScrollingModule} from './index';
97

108

119
describe('CdkVirtualScrollViewport', () => {

0 commit comments

Comments
 (0)