Angular
Setting Up An Angular Environment
  •  

Installing A Code Editor

Before we can write any code, we need something to write it with. We could use a good old text file, but that would be a bit archaic. Instead, let's use one of the best editors available today--Microsoft's VS Code. We'll also configure it with some extensions that are helpful in our development workflow.

 

I finished! On to the next chapter