I am trying to load a local JSONfile of two ways.
This is my json file:
{ \"imgsesion\": \"fa_closesesion.png\", \"texthome\": \"volver a la home
Updated answer - Angular 5 Service to read local .json file
In tsconfig.json
"resolveJsonModule": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true,