Relative Content

Tag Archive for javascriptangularserver-sidefavorites

‘favorite’ functionality not working on client-side app

I’m building an Angular project that is the client-side app for an already function server-side app that I created. It’s an app that finds movies, allows you to favorite movies, etc. Everything works except the ‘FavoriteMovies’ part. I open the app locally, and when I click on a movie poster to favorite it, it basically freezes the app. It doesn’t save the movie, and I can’t click on anything else.