Skip to content
Snippets Groups Projects
Commit f958d856 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add method

parent 57535960
No related branches found
No related tags found
1 merge request!528NCM: parameter summary
......@@ -75,6 +75,13 @@ export class AppService
return computed(() => this.state().serviceCallInfo);
}
/**
* Returns the service response.
*/
get serviceResponse(): Signal<GeophysicalResponse> {
return computed(() => this.state().serviceResponse);
}
/**
* Returns the usage response.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment