That doesn\'t d
In your angular.json folder structure should be like this
"assets": [ "src/assets", "src/favicon.ico" ],
not this
"assets": [ "src/favicon.ico", "src/assets", ],
This solved my problem.