I\'m trying to migrate my Angular Universal project from Angular v5 to v6
I\'ve got a service where I use fs to load the translation on the server side.
fs
I fixed this by adding
"types": [ "node" ]
in tsconfig.app.json