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

Compile error with fullTemplateTypeCheck: true #1240

Closed
achimha opened this issue Jan 16, 2018 · 4 comments
Closed

Compile error with fullTemplateTypeCheck: true #1240

achimha opened this issue Jan 16, 2018 · 4 comments

Comments

@achimha
Copy link
Contributor

achimha commented Jan 16, 2018

I'm submitting a ... (check one with "x")

[X] bug report => search github for a similar issue or PR before submitting

Current behavior
Angular 5.2 introduces a new AoT compiler option to perform a more thorough type check on templates. It is expected that this option will default to true in a future version:

https://blog.angular.io/angular-5-2-now-available-312d1099bd81

Building a project with ngx-datatable shows two type errors:

node_modules/@swimlane/ngx-datatable/release/components/footer/footer.component.d.ts.DataTableFooterComponent.html(8,9): : Property 'template' does not exist on type 'TemplateRef<any>'. node_modules/@swimlane/ngx-datatable/release/components/body/body-row-wrapper.component.d.ts.DataTableRowWrapperComponent.html(5,7): : Expected 1 arguments, but got 0.

  • Table version: 11.1.7

  • Angular version: 5.2.0

  • Browser: [all ]

  • Language: [TypeScript 2.5.2]

@petivagyok16
Copy link

petivagyok16 commented Feb 14, 2018

Same here #1296
Your issue is 30 days old. Any updates on this from swimlane?

@atparkweb
Copy link

Same here and issue still exists in v11.2.0

@fgustovo
Copy link

same here v11.2.0 and angular 5.2.9

@agilob
Copy link

agilob commented May 26, 2019

Fixed for me in 14.0.0

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

6 participants