Closed cvlos closed 7 years ago
try:
<div scrollSpyElement="test" style="max-height: 1000px; overflow: scroll; background-color: blue;">
<div style="height: 500px;"></div>
</div>
Nothing. This:
subscribe((e: any) => {
console.log('ScrollSpy::window: ', e, 'Window');
});
never gets resolve therefore the console.log message never gets printed
This is what I get in the first console.log
Thanks for your fast response BTW.
I added ScrollSpyModule to both app.module and my home.module and it works. I will close the issue
Hi. I need some help. I am trying to spy on an element but the observable never resolves. This is my code:
Any ideas?