{{ "autofillOptions" | i18n }}
@for (uri of uriControls; track uri; let i = $index) {
1 && autofillOptionsForm.enabled"
[canRemove]="uriControls.length > 1 && autofillOptionsForm.enabled"
[defaultMatchDetection]="defaultMatchDetection$ | async"
[index]="i"
[showAppLabel]="showAddAppDropdown()"
>
}
@if (autofillOptionsForm.enabled) {
@if (showAddAppDropdown()) {
} @else {
}
}
@if (autofillOnPageLoadEnabled$ | async) {
{{ "autoFillOnPageLoad" | i18n }}
}