Where is the file angular-cli.json in the new @angular/cli version?

后端 未结 3 1610
再見小時候
再見小時候 2020-12-30 19:35

I\'m new in angular2 and i have tried to create a project with cli, but when I try to change the css adding it in angular-cli.json, I have detected that this file is not cre

3条回答
  •  猫巷女王i
    2020-12-30 19:39

    Angular 6 and later

    angular-cli.json file has been renamed/replaced with angular.json in version 6 of Angular.

    It's a different file format and not just a rename :

    https://github.com/angular/angular-cli/wiki/angular-workspace

提交回复
热议问题