Angular6 universal giving continues Error on console
问题 I am using angular 6 and implemented the angular universal for server side page rendering, Everything works fine but I am getting continues error in my console. ERROR [Error] ERROR [Error] And I have declared window as global variable still I am getting errors like this Unhandled Promise rejection: window.some_function is not a function my server.ts file // import 'zone.js/dist/zone-node'; import 'reflect-metadata'; import { enableProdMode } from '@angular/core'; import * as express from