groupdocs-annotation / GroupDocs.Annotation-for-.NET

GroupDocs.Annotation for .NET examples, plugins and showcase projects
https://products.groupdocs.com/annotation/net
MIT License
4 stars 14 forks source link

Programmatically pass a file ID to the Angular component and make it load #99

Open atirtahirgroupdocs opened 2 years ago

atirtahirgroupdocs commented 2 years ago

This issue is raised in https://github.com/groupdocs-free-consulting/projects/issues/21 and https://forum.groupdocs.com/t/guidance-on-extending-angular-ui-functions-for-the-groupdocs-annotation-for-net-demo/10671/4?u=atir_tahir Hi,

Please have a look at the following use-case/feature: How we can programmatically pass a file ID to the angular component and make it load/render. Currently we are using file upload button and it loads all the documents from the sample folder and then we select one of the files from that list to view/render it. Is there a way to exempt this step and directly load a file that is passed from the Web form. Currently, cannot find a way to pass any value without modifying the angular component. Could you please implement this feature? Thanks