How to generate .angular-cli.json file in Angular Cli?

前端 未结 9 2255
情深已故
情深已故 2020-12-04 23:57

I have installed Angular CLI package separately using npm:

npm install --save-dev @angular/cli@latest

When I try to use commands cli<

9条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-05 00:13

    Since Angular version 6 .angular-cli.json is deprecated. That file was replaced by angular.json file which supports workspaces.

提交回复
热议问题