Bug - TypeError: compRef.setInput is not a function #499
Answered
by
gund
catherinekennedy
asked this question in
Q&A
-
<ndc-dynamic [ngComponentOutlet]="item['componentType']" [ndcDynamicInputs]="item['inputs']" > whenever I write this code the ndcDynamicInputs is not working and shows the errorr like this: how to solve this error. |
Beta Was this translation helpful? Give feedback.
Answered by
gund
Feb 10, 2023
Replies: 1 comment
-
You can refer to the compatibility with Angular table for more info. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
catherinekennedy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
compRef.setInput
is a new Angular v14 API so it seems that you are running latest version of this library but not latest Angular version?You can refer to the compatibility with Angular table for more info.