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.
Node.js and NPM.
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
ng serve --open
Live demo at StackBlitz.
This project is licensed under the MIT license.