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

https://github.com/vonderklaas/tasks-with-json

This *Angular* project represents task management application with persistance of data. I used Angular features like components, services, directives and modules. It is a full CRUD application.
https://github.com/vonderklaas/tasks-with-json

angular css typescript

Last synced: about 2 months ago
JSON representation

This *Angular* project represents task management application with persistance of data. I used Angular features like components, services, directives and modules. It is a full CRUD application.

Awesome Lists containing this project

README

          

### Angular Tasks

This Angular project represents a Tasks application with persistance of data in json-db server. Here I used basic features like components, services, http, modules and much more

### How to run?

Install packages

```
npm i
```

Run client

```
npm run start
```

Run server

```
npm run server
```