/angular-ts-playground

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

Primary LanguageTypeScript

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 for store details

Demo

See the demo on StackBlitz

Dev server

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