ofSubCategory
Get the list of Sub-Categories in a given Category.
Parameters
Returns
Example Code
<getList>.ofSubCategory(1).then(x => console.log(x));
// OR
<getList>.ofSubCategory(1, 10).then(x => console.log(x));
Last updated