Missing metadata for AOT compiler #475
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Despite having
"emitDecoratorMetadata": truein the tsconfig, the .metadata.json files are missing from the final package. This causes a problem with Angular AoT compiler:Error: Unexpected value 'FileUploadModule' imported by the module 'AppModule'Duplicate of #458
Running into same issue. Unable to use this in production since it doesn't work with AoT compiling.