How to connect models created in loopback and fetch the associated data?
configuration:
model1 *has many* model2
model2 *belongs to* model1
I did build has many
using slc loopback:relation
and the model1
and model2
are connected but failed to show the associated model2
while displaying the model1
contents.
Any suggestion? Thanks in advance.