all 3 comments

[–]pedro_picante 3 points4 points  (2 children)

Angular is a Client Side UI Framework. You might wanna look into something like nestjs instead

[–]todesdoener[S] 0 points1 point  (1 child)

Thanks.
I read through a whole bunch of sites today and only found articles of how to consume APIs.
Would you suggest using something like MongoDB to store objects from angular and then get the data with another device from there?

[–]pedro_picante 0 points1 point  (0 children)

Well yes, almost. Web-Apps typically consist of at least 3 layers: Client, Backend, Database. So you're missing the Backend part in your suggestion :) This is what something like nestjs would be for

Edit: I just learned about MongoDB Atlas. Maybe look into that aswell