Open Visual Studio Code and your project. If you haven't created a project already, then you can create a blank project using the following command in the terminal.

“ng new <projectname>”

After the project is successfully created, open that project folder in Visual Studio Code and you can follow the below steps.