angular-archwizard-demo
angular-archwizard-demo copied to clipboard
A demo application for the angular-archwizard Angular 9+ library
Overview angular-archwizard-demo
This project contains a demo application for the angular-archwizard library for Angular 9+.
Build
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Running unit tests
Run npm test
to execute the unit tests via Karma.
Local development server
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.
Gitpod
angular-archwizard-demo
can be developed and tested with Gitpod, a free one-click online IDE for GitHub:
Project structure
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.