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

https://github.com/cosmicalduck/angular-crud

Angular CRUD application that also contains sorting and filtering options
https://github.com/cosmicalduck/angular-crud

angular json-server material-angular

Last synced: 6 months ago
JSON representation

Angular CRUD application that also contains sorting and filtering options

Awesome Lists containing this project

README

          

# AngularList

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.3.

## Installation and Setup Instructions
1. Install the necessary dependencies with `npm install`
2. Run JSON Server with `json-server --watch db.json`
3. Start the development server with `ng serve -o` to automatically open it in your browser