How can we effectively determine if there is more content to be scrolled in Angular, especially when dealing with a single-page app with a fixed bottom navbar?
I am looking for a way to visually signal to users that there is additional content available beyond what is currently displayed on the page. I'm considering using a bookmark approach (hash tag) to accomplish this. Any suggestions or alternative methods would be greatly appreciated.