Disable critical inline css in server.ts

This commit is contained in:
Konstantinos Triantafyllou 2022-10-03 12:40:35 +03:00
parent d03db02103
commit be7c535518
3 changed files with 3 additions and 2 deletions

View File

@ -39,6 +39,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');

@ -1 +1 @@
Subproject commit 3c7d652c83e389359e55e73e8d57de3c42abe713
Subproject commit 04229ad0ed644a7fd5198a5dcbc40ab083508a11

@ -1 +1 @@
Subproject commit bc0edde68dccfc17c1abc5d5aa3721f720aee852
Subproject commit cb006f41395304e085d4ac012c7a031e46458f59