Repository with shared components, services and diretives, for Angular 4 Projects.
npm install portal-shared
import { FooterModule } from 'portal-shared';
git submodule add git://github.com/pedlop/shared.git portal-shared
- That will create a directory 'portal-shared', into the root of your project;
- Put all the path, like:
import { FooterModule } from '../../../../portal-shared';
- Put this directory into node_modules
- The path will be:
import { FooterModule } from 'portal-shared';
Note: The directoy wont be pushed to your repository, because .gitignore (/node_modules).