You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Breaking Change**: Starting with v6 this library consists of two modules: `ngx-page-scroll-core` (the service) and `ngx-page-scroll` (the directive). [➡ How to upgrade](https://github.com/Nolanus/ngx-page-scroll/issues/88#issuecomment-456824209)
@@ -95,7 +94,6 @@ Note: The `scroll()` method is a shorthand from creating a `PageScrollInstance`
95
94
relevant for performing a scroll animation) using `PageScrollService#create` and starting it using
96
95
the `PageScrollService#start` method.
97
96
98
-
99
97
### Configuration
100
98
101
99
When importing the `PageScrollCoreModule` one can provide option overrides:
@@ -233,6 +231,10 @@ defined in the component
233
231
}
234
232
```
235
233
234
+
## FAQ and common problems
235
+
236
+
Please have a look at the wiki section of the GitHub repo at [https://github.com/Nolanus/ngx-page-scroll/wiki/FAQ](https://github.com/Nolanus/ngx-page-scroll/wiki/FAQ) for frequent questions and problems.
0 commit comments