Nishank Kumar

Results 3 issues of Nishank Kumar

I have added pollyfill for **Object.assign** and it works fine on **IE11**. But in **IE10** getting error `SCRIPT438: Object doesn't support property or method '_getProps'` at `line number 9` in...

I have SOAP method which expects something like ``` 0 ``` And I am calling it like in Angular ``` const new outboundRouteAgentData = OutboundRouteAgent(); outboundRouteAgentData.workgroupId = 0; resultData =...

Hi @lula, I am using this where VMBox is class having some attributes... `const vmBoxQuery = new VMBox();` `await (provisionClient as any).getBeanList({VMBox: vmBoxQuery}).subscribe(res => console.log('res------', res), err => console.log('err----', err));`...