I have a template to be recursive, something similar to below:
<
You don't need to use $implicit
$implicit
You can use
1:
context: {$implicit:jsonObj1, b:jsonObj2}
with
{{json1}}
or 2:
context: {$implicit: {a: jsonObj1, b:jsonObj2}}
{{json1.a}}
or 3:
context: {a:jsonObj1, b:jsonObj2}