meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator

Home Page:http://meanjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sharing Module

thodinh opened this issue · comments

commented

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?

@thodinh What do you mean by shared modules?

commented

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.

Sounds like Angular Directives to me.