How can I view and debug angular routing module code in angular application generated via angular cli version 9.
I know I can open developer tools, press cmd+p and type router.ts this opens the angular routing module code but the same steps does not work for a locally create angular cli application. Instead of opening router.ts it opens router.js.
I need to access router.ts not router.js.

