Animates a numerical value by counting to it.
To build the library, run:
``bash`
npm run build:countup
This command will compile your project, and the build artifacts will be placed in the dist/ directory.
Once the project is built, you can publish your library by following these steps:
1. Navigate to the dist directory:
`bash`
cd dist/ngx-countup
2. Run the npm publish command to publish your library to the npm registry:`
bash``
npm publish