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`
- Host: GitHub
- URL: https://github.com/pavankjadda/angular-ts-playground
- Owner: pavankjadda
- Created: 2024-01-16T03:49:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T16:02:34.000Z (about 2 years ago)
- Last Synced: 2025-10-26T11:36:05.464Z (8 months ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage: https://stackblitz.com/~/github.com/pavankjadda/angular-ts-playground
- Size: 889 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`