{{ 'PAC.Xpert.BackendServiceAPI' | translate: { Default: 'Backend Service API' } }}
{{ 'PAC.Xpert.EasilyIntegratedApp' | translate: { Default: 'Easily integrated into your application' } }}
@if (enabledApi()) {
{{ 'PAC.KEY_WORDS.InService' | translate: { Default: 'In Service' } }}
} @else {
{{ 'PAC.KEY_WORDS.Disabled' | translate: { Default: 'Disabled' } }}
}
{{ 'PAC.Xpert.ServiceAPIEndpoint' | translate: { Default: 'Service API Endpoint' } }}
{{ apiUrl() }}
@if (loading()) { }