Can we allow to specify a different file name for angular-cli.json or different directory aside from the project root when running command line such as NG SERVE?
e.g.
ng serve /build/admin/angular-cli.json
This is already possible with webpack and rollup. This make sense if one project codebase has multiple independent business modules and multiple deployment configuration as well.
Or do you have already an existing solution to this which is different from what I expected?