我有一个Angular Project,它具有用于Web和Mobile的通用代码库,以及用于两个发行版中的代码的文件夹。结构如下:
*apps
**mobile\
**web\src\app\ (IS: here the relative path for component creation starts)
**libs\ (SHOULD: thats where I want the components to be created)
我可以配置角度CLI在libs\
中创建组件吗?