Open digeomel opened 1 year ago
Even I am also trying to include CommonComponentsModule in my Angular 16 and I get the error:
Even I am also trying to include CommonComponentsModule in my Angular 16 and I get the error:
Sorry, but our libraries currently doesn't support Ivy. What component are you interested in?
I would like to integrate GroupDocs file viewer in angular 16.
We are working on a new Viewer version which will support Ivy, it will be available soon. We will notify you :)
Thanks for the Update @e-chernova .
@e-chernova as I already explained to a related question in your product forum, I already upgraded most of the existing projects to Angular 15, because we couldn't wait to integrate it in our app. In the meantime I've also made several changes which are not in this repo, for example we need the viewer to be in a sidebar, not full-screen (and your calculations in the code are unfortunately hard-coded to work only in full screen), but maybe others will find this useful for now:
https://github.com/digeomel/GroupDocs.Total-Angular
If you're creating new components, please consider making them flexible enough to work in any container, not just fullscreen, and also to accept the document data from an API call, not to have open file buttons. I think this is the most common scenario for most people anyway.
@e-chernova any updates?
@digeomel
We're preparing a separate Viewer package that is using Angular 16. As soon as package will be available we let you know.
Hello, once again, any updates?
@digeomel
Unfortunately it is still not production ready.
I am trying to include the
ViewerModule
in my Angular 14 app module as such:import { ViewerModule } from '@groupdocs.examples.angular/viewer';
and I get this error: