Skip to content

davescripts/angular-listing-example

Repository files navigation

Angular Listing Example

Angular example that retrieves records from a remote url, and displays them on a listing.

The remote url returns the records in json format.

More details can be found here.

Requirements

Node.js and NPM.

Installation

Git clone this repository.

git clone https://github.com/davescripts/angular-listing-example.git

Run the npm install command on the root folder of the project.

cd angular-listing-example
npm install

Run

ng serve --open

Live Demo

Live demo at StackBlitz.

License

This project is licensed under the MIT license.