platformBrowserDynamic with Angular Universal Using platformBrowserDynamic with Angular Universal is a bit of a hack. All we are doing is providing configuration to the application server module so that it has configuration server-side before platformBrowserDynamic can load it on the client.
Angular Universal with APP_INITIALIZER The APP_INITIALIZER token in Angular can also be used to delay the bootstrapping of the application for Angular Universal