onlinecode

Angular wizard Component demo and example

Angular wizard Component demo and example

In this post we will show youy how to implement Imhere Angular Wizard Component, hear we will give you how to code and dome for Angular Wizard Component.

Imhere-Angular-wizard is a segment that will make it simple for you to make wizards in your application. You can check a running case of the wizard.

Read More Demo Download

How would we add Imhere Angular Wizard Component to over venture?

we can download this given way for Angular wizard Component :

The dist envelope contains the accompanying records for Angular wizard Component :

Conditions for Angular wizard Component

The principal thing we have to do is add a reliance to imhere-precise wizard module which is called imhere-rakish wizard.

We can do this essentially by doing for Angular wizard Component :

// set angular module
angular.module('your-application', ['imhere-precise wizard']);

Presently, in some HTML for a controller, you can simply include a wizard as takes after:

<imhere-wizard on-finish="app.finish()" >
<div class="row div-wizard">
<div class="col-md-12 div-wizard">
<imhere-steps-nav>
<imhere-step-btn ng-repeat="step in [1,2,3] track by $index" step-index="$index"></imhere-step-btn>
</imhere-steps-nav>
</div>
<div class="col-md-12 div-wizard">
<imhere-step title="Default step button">
<h1>Default step button</h1>
<p>You have continued here!</p>
<imhere-next>NEXT </imhere-next>
</imhere-step>
<imhere-step title="Step1">
<h1>Step1</h1>
<p>You have continued here!</p>
<imhere-pre>BACK</imhere-pre>
<imhere-next>NEXT</imhere-next>
</imhere-step>
<imhere-step title="Step2">
<h1>Step2</h1>
<p>Click Complete will trigger onFinsh function</p>
<imhere-pre>BACK</imhere-pre>
<imhere-complete>Complete</imhere-complete>
</imhere-step>
<imhere-step-complete>
<h1>Complete!</h1>
<p>display what you want</p>
<imhere-reset>RESET</imhere-reset>
</imhere-step-complete>
</div>
</div>
</imhere-wizard>

This will resemble the accompanying when you're in the second step for Angular wizard Component :

We should go well ordered to perceive how this functions.

2)imhere-step, Inside the wizard, we can have the same number of ventures as we need. Each progression MUST have a title which will be utilized to distinguish it. Inside each progression, we can put whatever we need. Different mandates, ties, controls, frames, and so on. Each progression can have the accompanying qualities (we will really expound on each further underneath):

You also like Angular Gauge chart and Angularjs Image Gallery and Angularjs pie chart and Vuejs WYSIWYG Editor and angular 2 gauge chart

Exit mobile version