joie / joie-web-app

Joie pairs you with world-class teachers to help you build a healthier and happier life – one step at a time.
https://joie.co
0 stars 0 forks source link

Component tags for user/teacher details partials #172

Open yinonov opened 3 years ago

yinonov commented 3 years ago

facade services for showing user details requires code intervention in components which might taint the code purity. This approach by ngx-auth-firebaseui really shows off https://github.com/AnthonyNahas/ngx-auth-firebaseui#3-usage

we should use this approach for either user details and teachers information just the same but with uid input. so that it will fetch and display teacher information

This partially resolves #170