This sample demonstrates the use of Wyn Dashboard Designer & Viewer connected to the Wyn portal in an Angular app
This sample requires:
- Node.js 10.14.0 or newer
- Wyn Enterprise 5.0.00236.0 or newer
- In the Administrator Portal after installing Wyn Enterprise, open the System Configuration Page.
- Add http://localhost:3000 (or the host application URL) in the "Allowed CORS Origins" section.
- Add 'content-disposition' and 'location' in the "Exposed Headers" section.
Run the following commands:
npm install
npm run build
npm run start -- the application starts at http://localhost:3000