DEV Community

Discussion on: Angular Routing - Best Practices for Enterprise Applications

Collapse
 
michaeljota profile image
Michael De Abreu

I have admiration for both, but I also have found that this patterns doesn't fit with Angular very well. They are more like React, or Vue. You can use them, but they don't fit. I don't know if I explain myself. However, it's like you said, sometimes, sometimes not.

Thread Thread
 
wesgrimes profile image
Wes

Well thanks again for your feedback! Would love to see how you’re building Angular apps for comparison sake. Maybe I’m missing something. If you haven’t already, how about writing an article?

Thread Thread
 
michaeljota profile image
Michael De Abreu

Sure do. I have already write a couple, but nothing specific to organization structure, as I have found the Angular Style Guide a really good approach to manage. I have work in a couple of projects with Angular, and in all of them we always followed the ASG. Sometimes we add something, or adjust something, but it would still the recommended structure.

Thread Thread
 
wesgrimes profile image
Wes

That’s great! I am a big fan of the style guide. I use it as a base for most things, but I do on occasion break from the norm where it makes sense for my team and our deliverables. Have a great day!