@kgish wrote:
I'd like to define a
queryParameter
that's associated with a giveobject attribute
rather than theobject
itself.So for example, I have the following:
currentObject: { firstName: 'Bender', lastName: 'Rodriguez' },
Where the query-parameter would be
?person=Bender
Is this possible?
Posts: 2
Participants: 2