Thanks. As fas as DDD is concerned Eric Evans' book helped. So i think many of the design decisions are already known. But implementing upgradable modules is a technical issue which we didn't know how to accomplish. It may be like Java's OSGI or ES6 modules. How can this be done with the current version of Angular ?
Our domain models are factories. So if the healthcare provider enrollment domain model factory depends on trading partner enrollment I am able to inject one factory into the other. So we are able to extend functional constructors and design aggregates across factories. Mohan On Sunday, 1 February 2015 15:20:37 UTC+5:30, Sander Elias wrote: > > Hi David, Mohan. > > There are quite a number of really big AngularJS projects. A lot of them > runs inside corporations, and are therefore not really visible. a number of > them is posted on https://builtwith.angularjs.org/ > If you are in a larger team, you really should create and rigidly follow a > style guide. A good starting point is John Papa's guide > <https://github.com/johnpapa/angularjs-styleguide>. There is not only the > how in there, but also the why! When you use something like this, > maintenance becomes a whole lot easier. > > Regards > Sander > -- 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.
