I am unable to integrate Document Viewer with my Angular 6.0.7 application. Complete project configuration is as followes:
Angular CLI: 6.0.8
Node: 8.9.4
OS: win32 x64
Angular: 6.0.7
I followed the steps mentioned here (Document Viewer Integration in Angular 2):
Step 8 states that I have to edit the file webpack.config.js to add alias for certain modules. But Angular 6 does not expose webpack.config.js
I tried creating a custom webpack.config.js and added the alias, as per the documentation, but it's not working.
I need your assistance in integrating Document Viewer with Angular 6.0.7.
Thank you !!
I've atached the project for your reference