Displays the active services associated to a thing.
The widget displays the list of services subscribed and still active for the current product. For each service it is reported the name, description and purchase date.
code_blocksDesign View
In the template editor, you can find the Active Services icon under the Maintenance and Support component palette group.
code_blocksCode View
Template Syntax
Below you can find some examples of how to use the component within a template.
<active-services-widget [title]="'Active Services'"></active-services-widget>
Component Reference
Here is a comprehensive list of all the elements and properties that can be used to configure the component.
Active Services <active-services-widget> | |
---|---|
PROPERTIES | |
CSS Class | The name(s) of the CSS class used to customize the widget layout. Type: STRING | Optional class="my-custom-class" |
Title | The title displayed on the top part of the widget box. Type: STRING | Optional [title]="'Details'" |
Visibility Condition | The expression that allows you to reduce the visibility of the element. Type: STRING | Optional *ngIf="getUser().organizationId != null" |
Comments
0 comments
Please sign in to leave a comment.