Hello,
We create Angular 5 portal that is composed of a set of features developed separately. Out of these features I need to create two flavors of portal (let's call them A, B). Portal provides main layout, navigation, look and feel and features provide domain specific functions. Difference between A and B are on the release level - A will release more frequently and on the feature level - A, B will share many features but they will also have their own unique functionality. I was thinking of creating two angular apps stored in separate git repos for A and B. That solves the release cycle. Then I would need a way to use the common\unique features. I would like also to share look and feel between Portal A and B. One of the solutions would be to use git submodules to handle these dependencies. Second is to use Angular patterns/good practices and thus I am asking here. Thanks in advance for any help! -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
