I have developed two components:
https://i.sstatic.net/fSNqa.png
However, after running ng serve, I am only able to see one component in the source of the Chrome browser:
https://i.sstatic.net/VzdDS.png
How can I troubleshoot this standalone component? My breakpoints are not being hit in VS Code with the following configuration:
{
"name": "ng serve",
"type": "chrome",
"request": "launch",
"url": "http://localhost:4200/"
},
Update: The issue is resolved by using the correct version of Node supported for Angular CLI!