...

/

Helpful Extensions

Helpful Extensions

This lesson shares some great extensions to help boost your web application development in Angular.

At the end of the day, it’s smart development that counts. Extensions are a great tool for faster and smarter development. I am listing down some of the extensions that help me a lot with efficient development, with preferably Visual Studio Code as the IDE.


First off, focusing on code formatting, indentation, commas, semi-colons,

Prettier

This extension makes development easy as it:

  • Maintains a consistent coding style and saves discussion time
...