I'm trying to using Http for saving the value of a string in a local file. but it didn't work and I have not found information about how to do that operation. Thanks for helping me.
let mystring = "My string";
this.http.post('../../assets/tracing.config', mystring);