Json – i can't access my files of my angular project during deployment
i'm trying to deploy my web application with frontend: angular but i can't access my JSON file in assets folder so this is the funstion to get data from JSON file getLanguage() { let language=localStorage.getItem('language') if (!language) language = 'english'…