components icon indicating copy to clipboard operation
components copied to clipboard

Expose scrollspy from the documentation

Open Airblader opened this issue 7 years ago • 4 comments

Please describe the feature you would like to request.

The docs website implements a scrollspy so that the currently in-view fragment of a page can be highlighted. However, this infrastructure currently actually lives in angular/angular: https://github.com/angular/angular/blob/master/aio/src/app/shared/scroll-spy.service.ts.

What is the use-case or motivation for this proposal?

If this was exposed, we could all use it – for the same usecase as in the website. :-)

Is there anything else we should know?

Airblader avatar Dec 28 '18 00:12 Airblader

I could see the value in having something similar live in the cdk/scrolling package. That said, this would be near the bottom of the list in terms of priorities.

jelbourn avatar Jan 16 '19 01:01 jelbourn

Just a heads up that we kicked off a community voting process for your feature request. There are 20 days until the voting process ends.

Find more details about Angular's feature request process in our documentation.

angular-robot[bot] avatar Feb 01 '22 18:02 angular-robot[bot]

Thank you for submitting your feature request! Looks like during the polling process it didn't collect a sufficient number of votes to move to the next stage.

We want to keep Angular rich and ergonomic and at the same time be mindful about its scope and learning journey. If you think your request could live outside Angular's scope, we'd encourage you to collaborate with the community on publishing it as an open source package.

You can find more details about the feature request process in our documentation.

angular-robot[bot] avatar Feb 22 '22 15:02 angular-robot[bot]

Hi everybody, concerning this issue, you could have a look at NgxScrollSpy. An open source library for scroll spy in Angular.

TheJLifeX avatar Oct 03 '22 00:10 TheJLifeX