I have created a an angular UI template using angular 6 to render data from google cloud datastore using node which runs on localhost. I am able to receive JSON data from datastore using service keys from node. I am able to access this JSON data from angular service typescript file. But the challenge i am facing is, the template(MatExpansionModule) which i built is not rendering the JSON object since JSON object coming from datastore is schemaless. I am not sure how or where i need to format the incoming JSON to render on my UI templates. Need help or suggessions on this part.
-- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
