Since version 3.0.0, a custom renderer always needs a componentInitFunction #162
-
Hi, how can I solve this issue? I'm completely lost, also looking at the changes in 3.0.0 (Angular 16 support) |
Beta Was this translation helpful? Give feedback.
Answered by
uap-universe
Jul 3, 2024
Replies: 1 comment 1 reply
-
You need to specify a You can look up the Demo Source for an example. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mos2st
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to specify a
componentInitFunction
.You can look up the Demo Source for an example.