Hi everyone, I would like to share two articles I wrote recently that detail some guidelines I developed for building a 'large' Angular application. Most of this experience came from my latest project.
- Organizing business logic and communicating with an API<http://shawn.dahlen.me/blog/2014/03/19/4dashes-the-web-client-part-1/> - Creating composable web interfaces<http://shawn.dahlen.me/blog/2014/03/21/4dashes-the-web-client-part-2/> In particular, I'm interested in your thoughts regarding the second article. I organized my application by functional components with each view comprised of components (custom elements) encapsulating markup and presentation logic (vs partial templates and hg-include). This helped greatly when writing unit tests that covered the interface. Shawn -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
