Server-side rendering with Rendertron - Angular 5 without firebase
问题 I am using rendertron as a solution for server side rendering, below is index.js file. How to execute index.js and where to execute. I have setup my own instance of redertron using docker on my server and my angular app build is within dist folder how to render complete html of my angular app using rendertron and where to execute index.js const express = require('express'); const fetch = require('node-fetch'); const url = require('url'); const app = express(''); const appUrl = 'http://xyzabc