This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

ClientMessageBroker

      
      interface ClientMessageBroker {
  runOnService(args: UiArguments, returnType: Type<any> | SerializerTypes | null): Promise<any> | null
}
    

Methods

runOnService(args: UiArguments, returnType: Type<any> | SerializerTypes | null): Promise<any> | null
      
      runOnService(args: UiArguments, returnType: Type<any> | SerializerTypes | null): Promise<any> | null
    

Parameters

args

Type: UiArguments.

returnType

Type: Type | SerializerTypes | null.

Returns

Promise<any> | null