An open API service indexing awesome lists of open source software.

https://github.com/christophhu/ngx-scroll-progress


https://github.com/christophhu/ngx-scroll-progress

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Ngx-scroll-progress

## Demo


image

## Description
This repository contains a simple Angular component that displays a progress bar indicating the scroll progress of the page. The component is highly customizable and can be easily integrated into any Angular project.

The library is built with Angular 19 and published at npmjs.

## Frameworks and Languages


Static Badge
Static Badge
Static Badge
Static Badge
Static Badge

## Installation
To run this project, you need to have Node.js installed on your machine. Clone the repository and run the following commands:

```bash
npm install
```

## Usage
To run the project, use the following command:

```bash
ng serve
```

## License
This project is licensed under the MIT License.

The MIT License (MIT)
Copyright © 2024

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.