-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Compile error with fullTemplateTypeCheck: true #84
Comments
Thank you for testing the library with angular 5.2! Taking a quick look at the source code I'm not sure where the error is located. Sadly I have no test project using angular 5.2, so it's hard for me to test this. |
The same problem might exist in other directives, sorry for the incomplete patch. |
@achimha no problem. Thanks for your effort! |
Created a new PR #89 |
This was fixed in #89. |
I'm submitting a ... (check one with "x")
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 ng2-archwizard shows one type error:
node_modules/ng2-archwizard/dist/components/wizard-navigation-bar.component.d.ts.WizardNavigationBarComponent.html(17,11): : Directive GoToStepDirective, Expected 0 arguments, but got 1.
ng2-archwizard version: 2.1.0
Angular version: 5.2.0
Browser: [all ]
Language: [TypeScript 2.5.2]
The text was updated successfully, but these errors were encountered: