why ngOnInit reloads after the data in firebase is modified Here is the line of code who make ngOnInit reload
this.db.database.ref("clients/" + this.user.num + "/mots_cles"+motCleOrder).set(mot.toLowerCase());
why ngOnInit reloads after the data in firebase is modified Here is the line of code who make ngOnInit reload
this.db.database.ref("clients/" + this.user.num + "/mots_cles"+motCleOrder).set(mot.toLowerCase());