Doesn't work with AoT compiler - please add .metadata.json file #458
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?
When I try to compile my project using ngc for Ahead of Time Compilation. The compiler throws the error below:
It probably relates to missing
.metadata.jsonas mentioned in https://github.com/angular/angular/issues/11262Seems like closed in #436
I'm having the same issue. Maybe it's because of how the export is defined?
export * from './index';See:
https://medium.com/@isaacplmann/making-your-angular-2-library-statically-analyzable-for-aot-e1c6f3ebedd5