Setup Server Side Rendering Angular 4+ Application with Loopback/Strongloop
问题 I have a Loopback-Server as backend for my angular application and it works great. To improve my SEO on my application I want to render the application on the server (ssr). I have my angular application inside the client folder of the loopback server application the /client/dist folder is where the generated angular files are stored. the /client/frontend folder is where the source application is in. my question is how to setup the tsconfig.json file. my angularCompilerOptions look like this: