Articles about the Angular web development platform

Prettier to the Rescue: Automatically Format Your Code and Forget About Style Debates

By |2025-04-19T01:47:07+02:0019 de April de 2025|Angular|

How many times have you gotten into arguments with your team about whether to use single or double quotes in your TypeScript code? Or about indentation in the HTML templates of your Angular components? Or whether the semicolon at the end of the line is really necessary? These "style wars"

Set up ESLint in Angular to achieve clean and maintainable code

By |2025-04-19T01:52:08+02:0018 de April de 2025|Angular|

In the world of software development, code consistency and quality are fundamental pillars for the success of any project, especially when working in a collaborative environment. This is where tools like ESLint come into play

Go to Top