Missing metadata for AOT compiler #475

Open
opened 2016-10-27 08:52:21 +00:00 by HitkoDev · 1 comment
HitkoDev commented 2016-10-27 08:52:21 +00:00 (Migrated from github.com)

Despite having "emitDecoratorMetadata": true in 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'

Despite having `"emitDecoratorMetadata": true` in 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'`
jayhahn commented 2016-11-15 21:52:00 +00:00 (Migrated from github.com)

Duplicate of #458

Running into same issue. Unable to use this in production since it doesn't work with AoT compiling.

Duplicate of #458 Running into same issue. Unable to use this in production since it doesn't work with AoT compiling.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#475