Skip to content

Commit c30b95a

Browse files
committed
docs: update supported versions
1 parent 3469cae commit c30b95a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@ routing has finished) and in both directions (horizontal/vertical)
3030
- [Setup](#setup-1)
3131
- [Usage](#usage-1)
3232
- [Directive API](#directive-api)
33-
34-
33+
- [FAQ and common problems](#faq-and-common-problems)
34+
35+
3536
### Version compatibility
3637

3738
Install later versions in case your app is not running the very latest angular version.
3839

3940
| ngx-page-scroll/ngx-page-scroll-core version | compatible angular version | Documentation |
4041
| -------------------------------------------- | -------------------------- | -------------------------------------------------------------------------- |
41-
| v7.x | v11, v10, v9, v8 | [README](README.md) |
42+
| v7.x | v12, v11, v10, v9, v8 | [README](README.md) |
4243
| v6.x | v8, v7 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v6.0.2/README.md) |
4344
| v5.x | v6 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v5.0.1/README.md) |
4445
| v4.x | v5, v4 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v4.0.2/README.md) |
@@ -93,7 +94,6 @@ Note: The `scroll()` method is a shorthand from creating a `PageScrollInstance`
9394
relevant for performing a scroll animation) using `PageScrollService#create` and starting it using
9495
the `PageScrollService#start` method.
9596

96-
9797
### Configuration
9898

9999
When importing the `PageScrollCoreModule` one can provide option overrides:
@@ -231,6 +231,10 @@ defined in the component
231231
}
232232
```
233233

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.
237+
234238
## License
235239

236240
[MIT](LICENSE)

0 commit comments

Comments
 (0)