webvis-angular is a simple application that shows how to integrate webvis into the modern framework Angular.
This sample example is based on webvis API and the Angular documentation.
Make sure Angular is installed globally with npm install -g @angular/cli
. This is necessary to then run ng build webvis-angular-lib
, which builds the webvis library.
In the project directory, run:
-
npm install
to install all the dependencies. -
npm start
to build a development version of the demonstator app and start a local development server. It watches for changes on the demonstrator project and hot reloads the app. -
Then open http://localhost:4200 to view it in the browser.
THREEDY_WEBVIS_URL
: Link to the webvis instance where webvis.js is located. Change this to your own instance location inenvironment.ts
. The latest version is 3.7. https://demo.threedy.io/repo/webvis/webvis.js?next
This example is provided under the terms of the MIT License. Please see the LICENSE for full details.
For any report please contact us.