Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while parsing project #49

Open
splincode opened this issue Dec 28, 2018 · 4 comments
Open

Error while parsing project #49

splincode opened this issue Dec 28, 2018 · 4 comments

Comments

@splincode
Copy link

image

@Directive({
    selector: 'cdk-virtual-scroll-viewport[tableData]',
    providers: [
        {
            provide: VIRTUAL_SCROLL_STRATEGY,
            useFactory: (scroll: TableFixedSizeVirtualScroll) => scroll.scrollStrategy,
            deps: [forwardRef(() => TableFixedSizeVirtualScroll)]
        }
    ]
})
export class TableFixedSizeVirtualScroll<T = any> implements OnInit, OnChanges, OnDestroy {
}
@cwayfinder
Copy link

I faced the same issue. I suspect this is related to custom "baseUrl": "src" in tsconfig.json

@mgechev
Copy link
Owner

mgechev commented Jan 10, 2019

@cwayfinder did you resolve the issue after updating baseeUrl?

@cwayfinder
Copy link

@mgechev yes

@DmitryEfimenko
Copy link

DmitryEfimenko commented Jun 30, 2019

I can't seem to be able to solve this one. Switching baseUrl to the default './' does not help. Can't really share the code either since it's a project at work :/

It might be related to #50. I do have custom paths defined in tsconfig.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants