19
19
20
20
Configurable, lightweight back to top button for Angular projects.
21
21
22
- # Compatibility
23
-
24
- | Angular version | @proangular/ngx-scroll-top | Install |
25
- | --------------- | -------------------------- | ------------------------------------------ |
26
- | v14 | v1.x.x | ` ng add @proangular/ngx-scroll-top@latest ` |
27
- | v13 | v1.x.x | ` ng add @proangular/ngx-scroll-top@latest ` |
28
- | v12 | v1.x.x | ` ng add @proangular/ngx-scroll-top@latest ` |
29
-
30
22
# Demo
31
23
32
24
<p align =" center " >
@@ -89,12 +81,36 @@ Use package
89
81
</ngx-scroll-top >
90
82
```
91
83
84
+ # Compatibility
85
+
86
+ | Angular version | @proangular/ngx-scroll-top | Install |
87
+ | --------------- | -------------------------- | ------------------------------------------ |
88
+ | v14 | v1.x.x | ` ng add @proangular/ngx-scroll-top@latest ` |
89
+ | v13 | v1.x.x | ` ng add @proangular/ngx-scroll-top@latest ` |
90
+ | v12 | v1.x.x | ` ng add @proangular/ngx-scroll-top@latest ` |
91
+
92
92
# Development
93
93
94
- 1 . Pull, create new branch, add changes.
94
+ 1 . Clone, create new branch.
95
+
96
+ ` git clone https://github.com/ProAngular/ngx-scroll-top.git `
97
+
98
+ ` git checkout -b username/feature `
99
+
95
100
2 . Bump version of package in ` package.json ` and ` package-lock.json ` , commit all changes, push.
96
- 3 . Submit code in published PR for review and approval.
101
+
102
+ ` git add -A `
103
+
104
+ ` git commit -m "My commit message" `
105
+
106
+ ` git push origin username/feature `
107
+
108
+ 3 . Submit code in published PR for review and approval. Add a good description and link any possible user stories or bugs.
109
+
110
+ [ Create a new pull request] ( https://github.com/ProAngular/ngx-scroll-top/compare ) .
111
+
97
112
4 . Allow CI actions to completely run and verify files.
113
+ 5 . Add/ping reviewers and await approval.
98
114
99
115
Thank you for your contributions!
100
116
@@ -103,12 +119,13 @@ Thank you for your contributions!
103
119
As a husband and father of four children, your donations mean the world to me! Any donations are greatly appreciated and keep me going!
104
120
105
121
[ https://www.paypal.me/CodyTolene ] ( https://www.paypal.me/CodyTolene )
122
+
106
123
[ https://github.com/sponsors/ProAngular ] ( https://github.com/sponsors/ProAngular )
107
124
108
125
# License
109
126
110
127
Copyright © ; 2022 [ Cody Tolene] ( https://www.CodyTolene.com )
111
128
112
- All contents are licensed under the [ MIT license] .
129
+ All content is licensed under the [ MIT license] .
113
130
114
131
[ mit license ] : LICENSE
0 commit comments