一个Angular项目中有两个Angular应用程序-应用程序之间的特征/功能不同

时间:2018-10-30 21:51:58

标签: angular

我目前在1个Angular项目中有2个Angular应用程序,它们使用相同的src文件夹,但是具有自己的index.html文件。我想做的是app1(cpho-app)在组件中具有“创建文件夹”功能,而app2(hhpnz-app)不存在或不可用。这可能吗?最好的方法是什么?谢谢!

<button mat-menu-item
          [adf-create-folder]="getDocumentListCurrentFolderId()"
          (success)="onFolderCreate($event)">
          <mat-icon>folder</mat-icon>
          <span>Folder</span>
</button>

Here is my project structure.

0 个答案:

没有答案