Skip to content
Snippets Groups Projects
Commit 054b18f4 authored by Erik Moravec's avatar Erik Moravec
Browse files

fix: added a new compiler option to fix too long angular startup

parent 1b4ab419
No related branches found
No related tags found
No related merge requests found
......@@ -17,14 +17,15 @@
"target": "es2017",
"module": "es2020",
"lib": [
"es2018",
"dom"
"es2018",
"dom"
]
},
"angularCompilerOptions": {
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
"strictTemplates": true,
"enableIvy": true
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment