3
hello. I am developing an application with Ionic 2 and I am with the following situation.
I have 2 tables, 'stores' and 'publications'.
My question is, how to do from the 'store' listing to open each post, according to the name of each one that appears in the listing.
Publication table: [ { "description", "date", or "id", "publicacaoId" } ]
Table stores: [ { "name", "id" } ]
In the API, the 'publicacaId' field of the PUBLICACOES table is receiving the same value as the 'name' field of the STORES table.
If you have an example with this database situation will be useful.
Thanks in advance.
Hello Wanderson Aparecido. Thank you for the return.
– Manoel Custódio