简体   繁体   中英

Modules shared between multiple projects in Angular 8?

I have two projects that have the same "core" funcionality, for example they share the same layout and have same pages, but there are components and modules that are project specific, so currently I have 2 entirely seperated Angular project but when I change something in the core, I have to apply those changes to both project. How could I solve this problem? What is the common goto?

I already looked Angular libraries but they are only for some component that are shared between projects but not the whole application core.

Just change your hierarchical level of modules like: 在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM