IServiceProvider
Interface TypeScript
interface IServiceProvider { getRequiredService(typeId: string): any; getService(typeId: string): any;}Methods
method
getRequiredService Gets a required service by ATS type ID
getRequiredService(typeId: string): anyParameters
typeId string Returns
any method
getService Gets a service by ATS type ID
getService(typeId: string): anyParameters
typeId string Returns
any