Skip to content
Snippets Groups Projects
Select Git revision
  • OZG-8168-replace-remaining-mat-icon
  • OZG-7983-Statistik-Land-kann-Anfrage-an-Mandanten-veröffentlichen
  • main default protected
  • release-info
  • release-administration
  • release
  • OZG-8086-Datenanfrage-E2E
  • OZG-8086-Admin-Datenanfrage-erstellen
  • OZG-8086-Datenanfrage-Umbenennung
  • OZG-6220-Bescheid-speichern-ohne-Postfach
  • OZG-6123-Vorgänge-aus-Suche-E2E
  • OZG-7983-OZG-8244-Statistik-Datenanfrage-veröffentlichen
  • OZG-7985-Statistik-Datenfreigabe
  • OZG-7922-KeycloakOperatorExceptions
  • OZG-8142-poc-cards
  • OZG-8086-E2E
  • OZG-8086-E2E2
  • OZG-8142-ProjectionStuff
  • OZG-8086-Statistik-Datenanfrage-erstellen
  • OZG-7856_schadcode_scanner
  • 1.10.0-info
  • 1.10.0-administration
  • 2.25.0-alfa
  • 1.9.0-info
  • 1.9.0-administration
  • 2.24.0-alfa
  • 1.8.0-info
  • 1.8.0-administration
  • 2.23.0-alfa
  • 1.7.0-info
  • 1.7.0-administration
  • 2.22.0-alfa
  • 1.6.0-info
  • 1.6.0-administration
  • 2.21.0-alfa
  • 1.5.0-info
  • 1.5.0-administration
  • 2.20.0-alfa
  • 2.19.2-alfa
  • 2.19.1-alfa
40 results

text-field.component.html

Blame
  • text-field.component.html 277 B
    <label class="grid grid-cols-2">
      <span [attr.data-test-id]="'text-field-span-' + label | convertForDataTest">{{ label }}</span>
      <input
        [attr.data-test-id]="'text-field-input-' + label | convertForDataTest"
        type="text"
        [formControl]="fieldControl"
      />
    </label>