Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henryruhs/ngx-crud-playground
Playground for ngx-crud
https://github.com/henryruhs/ngx-crud-playground
aborting angular caching crud http playground
Last synced: about 1 month ago
JSON representation
Playground for ngx-crud
- Host: GitHub
- URL: https://github.com/henryruhs/ngx-crud-playground
- Owner: henryruhs
- License: other
- Created: 2019-10-31T10:26:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T11:01:44.000Z (6 months ago)
- Last Synced: 2024-05-14T12:24:28.397Z (6 months ago)
- Topics: aborting, angular, caching, crud, http, playground
- Language: TypeScript
- Homepage: https://playground.ngx-crud.com
- Size: 181 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
NGX CRUD Playground
===================> Playground for [ngx-crud](https://github.com/henryruhs/ngx-crud).
[![Build Status](https://img.shields.io/github/actions/workflow/status/henryruhs/ngx-crud-playground/ci.yml.svg?branch=master)](https://github.com/henryruhs/ngx-crud-playground/actions?query=workflow:ci)
Installation
------------Clone the repository:
```
git clone https://github.com/henryruhs/ngx-crud-playground.git
```Install the dependencies:
```
npm install
```Usage
-----Serve local development server:
```
npm start
```