Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```