stepper component using angular similar to one in

666 Views Asked by At

I am building a simple angular4 application and would like to add a stepper component. I am looking similar to the one attached below in one of the website. The source code is given in react. But i need in angular2/4.

Has anyone implemented a similar component? If so could you please direct me the right path?

Thanks transferwise website

enter image description here

3

There are 3 best solutions below

0
On

You might want to check our (TransferWise) components library: https://transferwise.github.io/components/ (see Flow Navigation section)

2
On

Angular Material has stepper. Chek link below https://material.angular.io/components/stepper/overview

1
On

You can download from here: https://github.com/jorgecavaleiro/angular-stepper , the full source code of an Angular 5 stepper component build from scratch.