1.1.1 • Published 2 years ago

angular-table-contents v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Angular Contents

npm Version

Angular Table of Contents that follow you while you scroll down. This project is inspired by zurfyx.github.io/angular-contents

Install

npm install angular-table-contents

For further ngx-page-scroll configuration, such as scroll speed, you should check their own repository.

Advanced Scrolling view

By default, Angular Contents will use the window or document as the scrolling view. That means that the inner content will update according to the changes in such elements.

More technically, the scrolling view is the one that triggers scrolling events and from which the relative offset is measured. If the scrolling view is set to a div instead, only once the div gets scrolled the Table of Contents will trigger an update.

By using the special binding [scrollingView], you can set the scrolling container of your choice instead of the default one.

License

MIT © Gerard Rovira Sánchez

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago