Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin needs to publish metadata to support Angular CLI latest versions #13

Open
ydagana opened this issue Mar 15, 2017 · 1 comment
Open

Comments

@ydagana
Copy link

ydagana commented Mar 15, 2017

If you refer to: angular/angular-cli#3707 (comment)
A lot of people are complaining about some third party modules throwing this error:
"ERROR in Error encountered resolving symbol values statically. Calling function..."

This also happens when you try to use ng2-split-pane with angular-cli, and apparently you need to compile the module and publish metadata files.

A good description on what to do can be found here:
https://medium.com/@isaacplmann/getting-your-angular-2-library-ready-for-aot-90d1347bcad#.lhmv1xmm2

Hope this gets fixed soon.

Thanks

@wannabegeek
Copy link
Owner

From my understanding here we need to compile the Typescript files with ncg for AOT compilation.
However, this causes a problem at the moment, as far as I can work out AOT compilation doesn;t work for abstract classes see: #4
Once this is resolved, I think this should be a simple fix.

Let me know if I have misunderstood the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants