0

I am developing an application in Angular 4 that uses data and different parameters from a json file that will be at the source of the project. Changes to these parameters will be made in this application and the file must therefore be modified. Is this possible or does Angular not allow to modify the file locally?

Dathov
  • 45
  • 1
  • 1
  • 7
  • JS can not write to / modify the filesystem. – Adam Apr 09 '18 at 12:43
  • Yet "fs.appendFile" allows to do it no? – Dathov Apr 10 '18 at 08:28
  • Well the best I could find was this (regarding fs.appendFile): https://stackoverflow.com/questions/3459476/how-to-append-to-a-file-in-node?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa – Adam Apr 11 '18 at 12:45

0 Answers0