Links
- javascript - Load separate sourcemap file in chrome dev tools - Stack Overflow
- How to debug Angular in prod server? - Stack Overflow
Prod debug
Source Map are working
- used
npx http-server
- After adding sourceMap the ts files are showing up but debug points are not working.
- Tried adding the sourcemap by addingevent_listener_breakpoint for script load and then adding the sourcemap when the respective js file loads but that didn’t help as well.



