Currently I am working with angular 4 along with angular material 2.0.0-beta.12.
One thing I am aiming to implement is something known as "affix~" on the angular material website
I am looking to create a layout similar to the image found here: https://i.sstatic.net/OHEIw.png
Essentially, while scrolling, I want these items to become "active" if they are in view on the page. Each item will also have an anchor link attached.
If anyone has suggestions for an easy and efficient way to accomplish this, I would greatly appreciate it.
Thank you for taking the time to help out.