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
### **<divalign="center">Crash and error reporting built for busy developers.</div>**
5
+
<divalign="center">
6
+
<a href="https://twitter.com/BugSplatCo">
7
+
<img alt="Follow @bugsplatco on Twitter" src="https://img.shields.io/twitter/follow/bugsplatco?label=Follow%20BugSplat&style=social">
8
+
</a>
9
+
<a href="https://discord.gg/K4KjjRV5ve">
10
+
<img alt="Join BugSplat on Discord" src="https://img.shields.io/discord/664965194799251487?label=Join%20Discord&logo=Discord&style=social">
11
+
</a>
12
+
</div>
2
13
3
-
Animations for incrementing numbers!
14
+
## 👋 Introduction
4
15
5
-
## Installation
16
+
BugSplat's [@bugsplat/ngx-animated-counter](https://www.npmjs.com/package/@bugsplat/ngx-animated-counter) package provides simple count up and count down number animations. Take a peek our [example](https://bugsplat-git.github.io/ngx-animated-counter-example/) that demonstrates our animated counter.
17
+
18
+
## 🏗 Installation
6
19
7
20
`npm i -s @bugsplat/ngx-animated-counter`
8
21
9
-
## Usage
22
+
## 🏃 Usage
10
23
11
-
Add the NgxAnimatedCounterModule to your module's imports:
24
+
Add the `NgxAnimatedCounterModule` to your module's imports:
@@ -22,7 +35,7 @@ import { NgxAnimatedCounterModule } from '@bugsplat/ngx-animated-counter'
22
35
})
23
36
```
24
37
25
-
The component takes one input with three properties. The properties are the start number, the endnumber and the amount of time to delay in milliseconds incrementing by 1 or an optional increment value:
38
+
The `ngx-animated-counter`component takes one input the properties`start` (number to being the animation), `end` (number to end the animation), `interval` (time in ms between increments), and `increment` (number to increment by each interval):
ngx-animated-counter is built using Angular `>=6.0.0`.
40
-
41
-
## Credits
50
+
## 🐛 About
42
51
43
-
ngx-animated-counter is an open source tool from [BugSplat](https://www.bugsplat.com/)! BugSplat is a crash reporting tool used by developers to find when their software crashes while in use, and to collect data valuable to fixing those crashes. If you're interested in crash reporting, check out our [Angular](https://www.bugsplat.com/docs/sdk/angular/) integration.
52
+
[ngx-animated-counter](https://github.com/BugSplat-Git/ngx-animated-counter) is an open source tool from [BugSplat](https://www.bugsplat.com/)! BugSplat is a crash and error reporting tool used by developers to find when their software crashes while in use, and to collect data valuable to fixing those errors. If you're interested in error reporting, check out our [Angular](https://docs.bugsplat.com/introduction/getting-started/integrations/web/angular) integration.
0 commit comments