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

https://github.com/marcode24/scroll-infinite-angular


https://github.com/marcode24/scroll-infinite-angular

Last synced: 3 months ago
JSON representation

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
```