angular-archwizard
A wizard component for Angular 9+
File Explorer
Download Latest Version (.zip)- build.yml
- coverage.yml
- Dockerfile
- wizard-completion-step.component.html
- wizard-completion-step.component.spec.ts
- wizard-completion-step.component.ts
- wizard-navigation-bar.component.html
- wizard-navigation-bar.component.spec.ts
- wizard-navigation-bar.component.ts
- wizard-step.component.html
- wizard-step.component.spec.ts
- wizard-step.component.ts
- wizard.component-nested-steps.spec.ts
- wizard.component.html
- wizard.component.spec.ts
- wizard.component.ts
- completed-step.directive.spec.ts
- completed-step.directive.ts
- enable-back-links.directive.spec.ts
- enable-back-links.directive.ts
- go-to-step.directive.spec.ts
- go-to-step.directive.ts
- navigation-mode.directive.ts
- next-step.directive.spec.ts
- next-step.directive.ts
- optional-step.directive.spec.ts
- optional-step.directive.ts
- previous-step.directive.spec.ts
- previous-step.directive.ts
- reset-wizard.directive.spec.ts
- reset-wizard.directive.ts
- selected-step.directive.spec.ts
- selected-step.directive.ts
- wizard-completion-step.directive.spec.ts
- wizard-completion-step.directive.ts
- wizard-step-symbol.directive.spec.ts
- wizard-step-symbol.directive.ts
- wizard-step-title.directive.spec.ts
- wizard-step-title.directive.ts
- wizard-step.directive.spec.ts
- wizard-step.directive.ts
- base-navigation-mode.interface.ts
- configurable-navigation-mode.ts
- navigation-mode-selection.spec.ts
- navigation-mode.interface.ts
- wizard-navigation-allow-forward-visited.spec.ts
- wizard-navigation-allow-forward.spec.ts
- wizard-navigation-with-completion-step.spec.ts
- wizard-navigation-with-optional-step.spec.ts
- wizard-navigation.spec.ts
- moving-direction.enum.ts
- navigation-symbol.interface.ts
- step-id.interface.spec.ts
- step-id.interface.ts
- step-index.interface.spec.ts
- step-index.interface.ts
- step-offset.interface.spec.ts
- step-offset.interface.ts
- test-utils.ts
- wizard-completion-step.interface.spec.ts
- wizard-completion-step.interface.ts
- wizard-step.interface.spec.ts
- wizard-step.interface.ts
- archwizard.module.ts
- index.ts
- test.ts
- archwizard.scss
- .editorconfig
- .gitignore
- .gitpod.yml
- angular.json
- karma.conf.js
- LICENSE
- ng-package.json
- package-lock.json
- package.json
- README.md
- tsconfig-noIvy.spec.json
- tsconfig.json
- tsconfig.lib.json
- tsconfig.spec.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/madoar/angular-archwizard
Downloads the entire project code from GitHub to your computer.
cd angular-archwizard
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -f docker/Dockerfile -t angular-archwizard .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 angular-archwizard
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
$ npm install --save angular-archwizard
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
