klee-contrib / topmodel

Outil de modélisation et générateurs pour divers langages
https://klee-contrib.github.io/topmodel/#/
MIT License
9 stars 9 forks source link

[Angular] Erreur lorsque le type de retour est "string" #271

Closed gideruette closed 1 year ago

gideruette commented 1 year ago

Remplacer

        return this.http.get<string>(`/hello`);

par :

        return this.http.get(`/hello`, {responseType:'text' });