var group = args.data[0]
contacts.getContactsInGroup(group)
I get the error: Supplied parameters do not match any signature of call target. In fact, all of the other functions that are supposed to take a parameter throw that error. The function getContact(), works well.
When i do;
I get the error:
Supplied parameters do not match any signature of call target
. In fact, all of the other functions that are supposed to take a parameter throw that error. The function getContact(), works well.I'm using NS 3.0 with Angular/TS.