MacKentoch / easyFormGenerator

create amazing forms without coding : form editor based on angular formly
http://mackentoch.github.io/easyFormGenerator/
MIT License
253 stars 116 forks source link

adds wizard component #60

Closed gofreddo closed 7 years ago

gofreddo commented 7 years ago

@MacKentoch

http://angular-formly.com/#/example/integrations/angular-wizard

I added a new component that enables the angular-wizard integration. I mimic the main control so it is in the same architecture. I tried to touch the main component as little as possible. The few changes I made are backwards compatible.

gofreddo commented 7 years ago

I only did en. I'll add other languages when I have a minute.

MacKentoch commented 7 years ago

Awesome!

If I'm not wrong the idea is to offer an alternative to current PREV/NEXT interface?

gofreddo commented 7 years ago

It just adds easyforms to a wizard. It needs to check if the form is valid before allowing it to move on. It's really basic right now. I plan on adding to it.

MacKentoch commented 7 years ago

Nice!

I'm planing to merge stepway steps to make it even easier and faster. Your idea to integrate it into a wizard is even more valuable.

Take your time, I'm already grateful for all you've done.