我有一个现有项目,其目录结构如 public/angular/ 。但是在角度生成器中,一切都转到 app 。如何修改该行为并对其进行自定义?.对于初学者,我只是想将 app 文件夹更改为 public/angular/
我首先尝试通过更改
this.env.options.appPath = 'public/angular';
但这导致了一些文件进入 public/angular 并进入 app/ 的不稳定行为。目前 bower_components 和 views 和其他(404.html 和 favicon.ico)卡在 app/rest 是 public/angular