In my latest project, I tried to play around with some new features that I didn't implemented on the Vuemdb Project. The basic idea was the same: using the MovieDB API to build a web-app for showing trending movies, but this time I used the API more extensively to implement server-side pagination and sorting. It was fun, and the result is that now you can browse on 500 pages of movies! hurray! I also addes some loading animations, to make the user experience smoother, and implemented some svg icons directly through an Angular Component, thanks to the always useful Angular Documentation.
Though very useful, I find server-side sorting a bit too much, in case, let's say, I just wanna sort the page I'm looking at. That's way I implemented also client-side filtering. The code it's commented, but if you prefer this kind of sorting, you can download the code from my repository and decomment it in order to use this feature. Here is some snippet of the code:




