ngx-countup
v21.0.0
Published
Animates a numerical value by counting to it.
Readme
ngx-countup
Building
To build the library, run:
npm run build:countupThis command will compile your project, and the build artifacts will be placed in the dist/ directory.
Publishing the Library
Once the project is built, you can publish your library by following these steps:
Navigate to the
distdirectory:cd dist/ngx-countupRun the
npm publishcommand to publish your library to the npm registry:npm publish
