I was searching for the solution to a similar problem. Upgrade to Angular 9 broke my app. After a lot of trial and error this helped me.
Just comment out or remove the following line from main.ts
(added by the upgrade process):
export { renderModule, renderModuleFactory } from '@angular/platform-server';