Angular CLI Demo
The Angular CLI Demo shows the integration of yFiles for HTML with Angular CLI.
To start the demo
- Go to the demo's directory
demos-js/toolkit/angular. - Run
npm install. - Run
npm start.
This will compile the app and launch a debugging server that will serve the demo application. Source code changes will be compiled and displayed automatically.