Environment Conditions

Valid time @if (validTimeFormControl.touched && validTimeFormControl.invalid) { Please enter a valid time format } @if (validTimeFormControl.value !== "") { } Client @if (clientFormControl.touched && clientFormControl.invalid) { Please enter a valid client format } @if (clientFormControl.value !== "") { }
@for (userAgent of selectedUserAgents(); track $index) {
{{ userAgent }}
}
@if (selectedUserAgents().length > 0) {
}
User Agent
@for (ua of filteredUserAgentPresets(); track ua) { {{ ua }} } @if (filteredUserAgentPresets().length === 0) { No agents found }
Add Custom User Agent @if (addUserAgentFormControl.hasError("includesComma")) { User Agent must not contain commas. }