TryCatchLearn / DatingApp-v6

588 stars 340 forks source link

Section 5 Episode 55. Creating user.ts is not reachable. #17

Open ngewat opened 1 year ago

ngewat commented 1 year ago

image image image

I have followed all of the steps in your video tutorials. Now, when i import the User from user.ts "((response: User)", there is an error occurred and I really don't know how to solve it. Please check the photos attached. Thank you sir!

iamsaikatrahman commented 1 year ago

Hi, I also faced this problem then I found the solution you need to add cast the http.post return

image

ngewat commented 1 year ago

Hi, I also faced this problem then I found the solution you need to add cast the http.post return

image

Thanks man! I Actually viewed your repository the Dating_app and it also helps and solved few errors in my codes while following the tutorial.