This project contains a demo application for the angular-archwizard library for Angular 9+.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Run npm test
to execute the unit tests via Karma.
Run ng serve
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
angular-archwizard-demo
can be developed and tested with Gitpod, a free one-click online IDE for GitHub:
The demo application consists of multiple examples for different functionality of the angular-archwizard
library.
Each example consists of its own Angular component, which is declared and exported in a corresponding Angular module.
The examples can be found in the subfolders in the src/app/
directory.