-
Notifications
You must be signed in to change notification settings - Fork 96
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
Doesn't seem to work with AoT compiler - Please add .metadata.json file in next release #36
Comments
I don't plan to work on this until the final release of Angular 2. But if someone is interested to work on that, pull requests are welcome. Can you share some code/config ? Thanks ! |
did u put CKEditorModule in the imports and providers of your NgModule ? |
@chymz I have a normal component (HomeComponent) with CKEditor and my AppModule looks like this: app.module.ts
Your might find below comments useful: angular/angular#11262 (comment) angular/angular#11262 (comment) angular/angular#11262 (comment) Complete conversation (angular/angular#11262) Actually the Angular team suggest that library vendors should also ship .metadata.json files. These files are produced automatically by ngc. |
@naveedahmed1 thanks for this, i'll look when I have a moment ! |
+1 |
@naveedahmed1 fixed in v1.1.x, feel free to reopen if needed ;) |
@chymz sorry, it was an open issue and I installed it last week. didn't check for updates. |
@devCrossNet : no problem for that, just stop to add comment with only +1, github have now reaction button 😄 |
When I try to compile my project using ngc for Ahead of Time Compilation. The compiler throws the below error:
Error: Unexpected value 'CKEditorModule' imported by the module 'AppModule'
The text was updated successfully, but these errors were encountered: