vladotesanovic / ngSemantic

Angular 2 building blocks :package: based on Semantic UI
https://ng-semantic.herokuapp.com/
MIT License
973 stars 148 forks source link

Not working with AOT compiler - Please add .metadata.json file in next release #156

Open sorriss opened 7 years ago

sorriss commented 7 years ago

I've been trying to AOT compile (ngc) while importing this module and I get a error:

Unexpected value 'NgSemanticModule in /node_modules/ng-semantic/ng-semantic.d.ts' imported by the module 'AppModule in /app/app.module.ts'

Similar issue:
https://github.com/chymz/ng2-ckeditor/issues/36

Comments about this problem: https://github.com/angular/angular/issues/11262#issuecomment-244449696 https://github.com/angular/angular/issues/11262#issuecomment-244472000 https://github.com/angular/angular/issues/11262#issuecomment-244489405

thomasbee commented 7 years ago

Same for me. Would be nice to have this fixed for AOT compilation.