Closed bpieslak closed 5 years ago
Hi @bpieslak, could you please try to make just Clean->Rebuild
and then Run
in your VS on opened GroupDocs.Viewer MVC
solution?
Hi @kegor . thank you for the quick response.
Apologies for my confusion earlier. I see how this is working now.
Very cool stuff. -Brian
Hi, I'm really excited to try and use the GroupDocs viewer, but I am unfortunately running into an issue trying to launch the Angular example
I've cloned the latest of /master from this repo, running Node 12.12.0 and Angular CLI 8.0.0 with Angular 8.2.11.
After pulling code, I deleted
node_modules
and ranyarn install
to re-download all of the packages all node dependencies. Then I runng serve viewer
(ornpm start
), and it looks like everything compiles correctly and the development server is available at http://localhost:4200/However, when I load the application in my browser, I encounter a 404 error when the application requests
http://localhost:4200/viewer/loadConfig
Anything I'm doing wrong?
Thanks! -Brian