- Migrated all *ngIf directives to modern @if syntax in otp.component.html - Updated email form, OTP entry, countdown display, and success message conditionals - Resolves ngtsc deprecation warning 6385 for better Angular 17+ compatibility
4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
export const environment = {
|
|
apiUrl: 'https://localhost:7013',
|
|
apiKey: "c6eAXYcNT873TT7BfMgQyS4ii7hxa53TLEUN7pAGaaU="
|
|
}; |