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

https://github.com/peppapig13132/angular-ag-grid

:cheese: Angular, AG Grid experience
https://github.com/peppapig13132/angular-ag-grid

ag-grid-angular angular crud-sample

Last synced: about 2 months ago
JSON representation

:cheese: Angular, AG Grid experience

Awesome Lists containing this project

README

          

# Angular | AG-GRID | CRUD

### Configuration

Backend API URL: _.\src\environment\environment.ts_

### Run project in Docker
```
docker build -t crudapp-client .
```
```
docker run -d -p 8080:80 crudapp-client
```