@c8y/apps
Version:
Cumulocity IoT applications
16 lines (13 loc) • 365 B
HTML
<c8y-title>Context for {{ route.snapshot.parent.data.contextData.name }}</c8y-title>
<strong>route.snapshot.parent.data.context:</strong>
<pre>
<code>
{{route.snapshot.parent.data.context | json}}
</code>
</pre>
<strong>route.snapshot.parent.data.contextData:</strong>
<pre>
<code>
{{route.snapshot.parent.data.contextData | json}}
</code>
</pre>