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-10-27T21:46:51.000Z (2 months ago)
- Last Synced: 2024-10-28T01:43:00.506Z (2 months ago)
- Topics: aborting, angular, caching, crud, http, playground
- Language: TypeScript
- Homepage: https://playground.ngx-crud.com
- Size: 185 KB
- Stars: 2
- 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
```