Anmol Varma

Results 14 comments of Anmol Varma

It's always good to have an API so that more and more people can integrate it with their apps.

I can also contribute

Is the issue still open? I would like to take it up if that is the case.

``` {listingConfig && ( {listingConfig.map((column, i) => { const { centerAligned } = this.props; return ( ); })} )} ``` In the following code, `listingConfig` is being read from the...

I can help with this but would need more context.

@danielfsousa Can I pick this up?

` HttpClient client = httpClientConfig.HttpClientObject(); HttpConfig newConfig = HttpConfig.builder() .apiBaseUri(axwayUrl) //Set Your Base API Url here .restBaseUri(axwayUrl) //Set your Base Rest Url here .build();` My HttpClient looks like this and...

@anikethsaha Do you have some folder structure in mind?

Generally while working we have component test inside them only. Hence I would advise if we have tests on the concerned files at the same level. I have written snapshot...