37
loading...
This website collects cookies to deliver better user experience
{
"compilerOptions": {
"module": "esnext",
},
"angularCompilerOptions": {
"enableIvy": true,
"allowEmptyCodegenFiles": true
}
}
{
"projects": {
"your-project": {
"architect": {
"build": {
"options": {
...
"aot": true,
}
}
}
}
}
}
{
"scripts": {
...
"postinstall": "ivy-ngcc"
}
}