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