Options
All
  • Public
  • Public/Protected
  • All
Menu
export
class

BaseService

Hierarchy

Index

Constructors

constructor

Properties

Protected app

app: App

baseUrl

baseUrl: string

headers

headers: object = null

Type declaration

  • [key: string]: string | number | null | undefined

jsonOptions

jsonOptions: IJsonParserOptions = null

jsonService

jsonService: JsonService

methodReturns

methodReturns: any

methods

methods: any

showError

showError: boolean = false

showProgress

showProgress: boolean = true

testMode

testMode: boolean = false

Static baseUrls

baseUrls: object

Type declaration

  • [key: string]: string

Methods

Protected ajax

Protected encodeData

Protected invoke

Protected parseHeaders

Protected sendResult

  • sendResult(result: any, error?: any): Promise<any>

Generated using TypeDoc