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

angularCompilerOptions.strictTemplates in tsconfig.app.json generates error TS2741: Property 'options' is missing in type 'ITreeOptions' but required in type 'TreeOptions' #795

Closed
KeithGillette opened this issue Feb 19, 2020 · 0 comments · Fixed by #831

Comments

@KeithGillette
Copy link
Contributor

AOT build under Angular 9 with angularCompilerOptions.strictTemplates: true in tsconfig.app.json generates error TS2741: Property 'options' is missing in type 'ITreeOptions' but required in type 'TreeOptions' because the @Input options is incorrectly typed as TreeOptions in the code, requiring a full TreeOptions object to be passed from the controller binding, though the documentation clearly states the @Input options is an object of type ITreeOptions, which is a partial of TreeOptions.

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

Successfully merging a pull request may close this issue.

1 participant