{{ title() | translate }}

@if (mode === 'remote') { @for (strategy of remoteStrategies(); track strategy.meta.name) { {{ strategy.meta.label | i18n }} } @if (remoteStrategy(); as strategy) { } @else if (!loadingSchema()) {

{{ prefix + '.NoRemoteProvider' | translate }}

} } @else { @if (form.controls.url.touched && form.controls.url.invalid) {

{{ prefix + '.InvalidUrl' | translate }}

}
@if (mode === 'crawl') { @for (option of providers; track option.value) { {{ option.label | i18n }} } @if (schema()?.integrationProvider) { @for (item of integrations(); track item.id) { {{ item.name }} } } @for (parameter of visibleParameters(); track parameter.name) { } } @else {

{{ prefix + '.QuickUrlHint' | translate }}

} }
@if (loadingSchema()) {

{{ prefix + '.Loading' | translate }}

} @if (error()) { } @if (results().length) {

{{ prefix + '.SelectResults' | translate }}

@for (document of results(); track $index) { {{ document.name }} }
}