Skip to content

Is is possible to pass the data into component? #50

Answered by NetanelBasal
conseak-cg asked this question in Q&A
Discussion options

You must be logged in to vote

No. But we can add this by passing the data to the instance.

A different way is to use inputs:

<ng-template>
 <comp [data]="data"></comp>
</ng-template>

and pass the template to tippy instead.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@conseak-cg
Comment options

Answer selected by conseak-cg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants