https://github.com/marcode24/scroll-infinite-angular
https://github.com/marcode24/scroll-infinite-angular
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcode24/scroll-infinite-angular
- Owner: marcode24
- Created: 2022-03-16T20:25:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T20:28:00.000Z (over 3 years ago)
- Last Synced: 2025-02-04T00:33:13.978Z (5 months ago)
- Language: TypeScript
- Size: 200 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infinite Scroll Example
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.2.
I used a Simpson's API for this example
## Get started
### Clone the repo
```shell
git clone https://github.com/marcode24/Scroll-infinite-Angular
cd Scroll-infinite-Angular
```### Install npm packages
Install the `npm` packages described in the `package.json` and verify that it works:
```shell
npm install
ng serve -o
```