Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ert78gb/ng-scroll-spy
Angular 4 directive that tracking the scrolling of the document and highligh the navigation link
https://github.com/ert78gb/ng-scroll-spy
Last synced: about 1 month ago
JSON representation
Angular 4 directive that tracking the scrolling of the document and highligh the navigation link
- Host: GitHub
- URL: https://github.com/ert78gb/ng-scroll-spy
- Owner: ert78gb
- Created: 2017-04-29T15:51:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T23:16:38.000Z (about 2 years ago)
- Last Synced: 2024-04-14T00:55:48.068Z (9 months ago)
- Language: TypeScript
- Size: 751 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
ng-scroll-spy directive
======================This directive automatically and and remove .active css class to the link base on the document scroll position.
The directive use the href tag to find the corresponding HTML element. If the corresponding element close to the top of document that will be .active.The navigation menu
```html
```
Somewhere in the content
```html
About
...
Contact
...
Other1
```