I downloaded the Netbeans IDE to code in HTML. I\'m new to it. When I run my code, chrome is opening and everything is working just fine. I\'m getting some sort of error in
In Angular earlier we had .angular-cli.json file which referred to favicon.ico. If you'll upgrade into one of the newer versions of Angular then you'll have angular.json instead. For these newer versions, you have to refer the favicon path in your index.html from now onwards.