Hello everyone. I am trying to create a simple application that stores user profile information after subscriptions. After user“s subscription it works fine, the profile data is saved in the database.
But I want to give to the users de ability to change its profile data, for this I built a ProfileComponent that reads firebase data via observable or promisse, so after login the user could change all the profile information, unfortunately the data is read, but not shown. In a template driven forms we pass values by databind and async filtes, I wonder how to pass a observable or promisse to a data driven form. Regards -- You received this message because you are subscribed to the Google Groups "Angular" 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.
