ecosystem/application-plugins/only-latest-filter/only-latest-filter.component.ts
| selector | c8y-only-latest-filter |
| imports |
FormsModule
ReactiveFormsModule
C8yTranslatePipe
|
| templateUrl | ./only-latest-filter.component.html |
Properties |
constructor(filterComponent: ListFiltersComponent)
|
||||||
|
Parameters :
|
| Public filterComponent |
Type : ListFiltersComponent
|
| onlyLatestFormControl |
Type : FormControl
|
<label class="c8y-switch">
<input
type="checkbox"
checked="checked"
[formControl]="onlyLatestFormControl"
/>
<span></span>
{{ 'Show only latest version of plugins' | translate }}
</label>