I want to update my JSON file which I have placed in my assets folder, so If I am updating just one property of my JSON object so it should update that property only, without af
You can't change the content of JSON file directly through angular, you need the Backend in order to reflect the change on that JSON file.