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
You can declare the fs also by doing this declare var fs: any;
declare var fs: any;