-
Hi! I want to use the
Do I have to create a custom dialog in order to use it? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Template context in Angular works like this
<ng-template #template let-nameToUse="data">
{{nameToUse}}
</ng-template> |
Beta Was this translation helpful? Give feedback.
-
I am passing this rfi to my rfiDetailsDialogComponent, but I cannot find it in the dialog component in context. |
Beta Was this translation helpful? Give feedback.
Template context in Angular works like this
$implicit
key by just writinglet-whatever