meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator
http://meanjs.org/
473 stars 178 forks source link

Sharing Module #216

Open thodinh opened 8 years ago

thodinh commented 8 years ago

Hi all, I preparing to start a new project and we choose meanjs to develop. But, I am still confused about the reusability. What is the best practice to create a shared module to reuse for another modules?

ilanbiala commented 8 years ago

@thodinh What do you mean by shared modules?

thodinh commented 8 years ago

Some modules is common and can reused for another modules. Assume that I have a search bar or a comment block. I need use those module for some places. So I hesitant where is the best to place those module.

simison commented 8 years ago

Sounds like Angular Directives to me.