How to set node_modules to project parent folder before angular cli

I would like to use the Angular structure as a template and use it to create a large amount of content, but for this I need to use node_modules in the parent element, otherwise each content that is created I need to set node_modules. Is there any way to do this? Because if I use the ng server command, Angular cli returns this depending on "angular / core"

+4
source share

Source: https://habr.com/ru/post/1678797/


All Articles