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

working for angular5? #22

Open
KumailHussain opened this issue Apr 26, 2018 · 0 comments
Open

working for angular5? #22

KumailHussain opened this issue Apr 26, 2018 · 0 comments

Comments

@KumailHussain
Copy link

I tried to use this package in angular 5 but got error:

Can't bind to 'pagination_limit' since it isn't a known property of 'data-table'.

  1. If 'data-table' is an Angular component and it has 'pagination_limit' input, then verify that it is part of this module.
  2. If 'data-table' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("
    <data-table id="persons-grid"
    headerTitle="Employees"
    [ERROR ->][pagination_limit]="true"
    [items]="items"
    [itemCount]="itemCount"
    "): ng:///AppModule/AppComponent.html@3:14
    Can't bind to 'items' since it isn't a known property of 'data-table'.
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

1 participant