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

https://github.com/pavankjadda/angular-ts-playground

A playground for playing with `Angular` and `TypeScript`
https://github.com/pavankjadda/angular-ts-playground

angular typescript

Last synced: 2 months ago
JSON representation

A playground for playing with `Angular` and `TypeScript`

Awesome Lists containing this project

README

          

# Angular TypeScript Playground

A playground for playing with `Angular` and `TypeScript`. This project creates `Generic Service` that acts as Store for any type of data.
Different components set and get data from the store.

The store data type can be `Employee`, `Book`, `Product`, etc. See [Generic Service](src/app/store/core/entity-store.ts) for store details

## Demo
See the [demo](https://stackblitz.com/~/github.com/pavankjadda/angular-ts-playground) on StackBlitz

### Dev server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200`