angular-scrollspy
angular-scrollspy copied to clipboard
Angular ScrollSpy doe not work for me
Hello,
Tried to use your cool module. But for some reason, it is not working. Also not with a clean new angular project. So I tried the demo app in the src folder and this works.
I started to debug a little bit around. And it looks like this.items which normally holds the amount of navbar items (means: all items which have the snScrollSpyItem directive) is always empty. Your basic project shows me it should not.
So what am I doing wrong?
I am using angular 9.1.0 and Nodejs 12.16.1
I attached my example project. Just unzip it, run npm install and ng serve! test3.zip
I think it isn't working for Angular 9.x .. It stoped working for me when I've updated my project
Is there any solutions for this issue?