

Your Angular Module is a SCAM!
by Younes Jaaidi • Mar 12, 2019 • 4 minutes
Angular modules can bring some complexity to your app. Choosing the right modules architecture is tricky... but wait, do we really need modules?
Angular modules can bring some complexity to your app. Choosing the right modules architecture is tricky... but wait, do we really need modules?
One of my favorite things about Angular is how the template is just a simple HTML file. This is really great; especially if you care about Collective Ownership. With some basic HTML knowledge, anyone can contribute to the application’s development: other teams, external web designers… or even the Client or Product Owner! Why not!? In other words, using HTML templates reduces the TTFC (Time To First Commit) which is the average time it takes for someone new in your team to make his first change.