ng2-scroll-to icon indicating copy to clipboard operation
ng2-scroll-to copied to clipboard

angular 2 library to animate scrolling to anchor links.

Results 19 ng2-scroll-to issues
Sort by recently updated
recently updated
newest added

Hello, is the project alive and mantained? Thank you, Best regards

Every time I pull packages for my Angular 4 project, I get these errors: ``` warning "[email protected]" has incorrect peer dependency "@angular/core@^2.4.0". warning "[email protected]" has incorrect peer dependency "@angular/common@^2.4.0". warning...

The request allows developers to listen for when the scrolling has completed using the following syntax: ``` Some Link ```

I'm having problems with the scrollTargetSelector. Sometimes it doesn't go anywhere near the element and sometimes it goes past it. For example, setting a target id at the start(heading) of...

` ` This code scrolls to the target selector, but I cannot force it to use the given offset. What is the correct syntax?

### Redefine MouseEvent for server side rendering with Angular Universal. * When AoT'ing and rendering on the server module, the DOM isn't present and fails to find MouseEvent, and causes...

I am generating id of the div, dynamically, Like:

is there a way to programmatically call the scrolling methods? For example, after checking a checkbox, scroll somewhere else.

Hi, I have 3 modules, in my app.. - Root - HeaderModule - ContentModule I want to show links/buttons in `HeaderModule` to going to some places in `ContentModule` and I...

I have used ng2-scroll-to plugin (https://www.npmjs.com/package/ng2-scroll-to) it is working fine with tags in html. But I need scrolling functionality from component methods. Is there any way to achieve this scrolling...