@if ((route.data | async)?.smsProvider?.isDefault === false) { }
Name Type @for (type of smsProviders; track type) { }

API Keys

@if (getProviderAPIRequirements(form.value.type); as apiKeyObject) {
@if (apiKeyObject.accountId) { {{apiKeyObject.accountId}} } @if (apiKeyObject.authToken) { {{apiKeyObject.authToken}} } @if (apiKeyObject.fromNumber) { {{apiKeyObject.fromNumber}} } @if (apiKeyObject.smsType) { {{apiKeyObject.smsType}} } @if (apiKeyObject.verificationTemplate) { {{apiKeyObject.verificationTemplate}} }
@if (apiKeyObject.verificationTemplate) { }
}