Disable inline critical css in server.ts

This commit is contained in:
Konstantinos Triantafyllou 2022-10-03 12:38:01 +03:00
parent 7f32643554
commit f30f99db6e
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ export function app() {
// Our Universal express-engine (found @ https://github.com/angular/universal/tree/master/modules/express-engine)
server.engine('html', ngExpressEngine({
bootstrap: AppServerModule,
inlineCriticalCss: false
}));
server.set('view engine', 'html');