- git clone
- npm install
- ng serve api
- ng serve angular-demo
- Created a grid and edit form - serving local json as http call
- Used NX monorepo
- created 2 project, one for angular and another to serve local json as http call
- 2nd page - you can get weather data from 3rd party api
- I have created a store using Behaviour subject, which I have used for grid. But without store also, I did coding, which functions and htmls are commented out now. That's why here and there you may get commented out codes, which are related codes(before using Store)