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 for store details
See the demo on StackBlitz
Run ng serve
for a dev server. Navigate to http://localhost:4200