* fixed touch not working on carousels
* fixed touch not working
* Movie details component fixes
Fixed recommendations and similar not changing the data on the component by calling the init function again on param change
Moved the ngif results > 0 to the mat-expansion panel to avoid rendering the entire element if it doesn't have any results instead of having an empty panel.
* removed unused line, added scroll to top on init
* updated recommendation refresh implementation
Changed the implementation to use the router instead in order to reload the component instead of just reloading the data.
This implementation makes sure the component gets destroyed on navigation eliminating any memory leaks, reloading CSS in case of having animations on page load and generally a continuation of the experience you get when you browse into a movie from the discover page.