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
- Host: GitHub
- URL: https://github.com/peppapig13132/angular-ag-grid
- Owner: peppapig13132
- License: mit
- Created: 2024-01-24T08:30:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T00:24:03.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T03:59:47.759Z (over 1 year ago)
- Topics: ag-grid-angular, angular, crud-sample
- Language: TypeScript
- Homepage:
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```