Customize GroupDocs.Viewer UI client code

Hi All:
I’ve been evaluating GroupDocs.Viewer by running GroupDocs.Viewer-for-Java-UI, and I’m wondering if the client code JS code, such as main.js can be modified. It’s already webpacked – is the original source available? Also, do customers typically use the viewer code out-of-the-box?

The same questions apply to the Spring Demo client code

Thanks in advance!
-Jay

@JayBrown

The client code is a minimal Angular application. Its source code can be found here. This Angular application depends on the @groupdocs.examples.angular/viewer package. The source code for the package can also be found here.

Hi @vladimir.litvinchik, thanks so much for the reply. After posting, I had found the .NET source, but I hadn’t found the second link. I appreciate it.
Cheers!
-Jay

@JayBrown

You’re welcome!