
Drag & drop Ionic components
You can drag & drop any of the Ionic 2 components (both html & Typescript) on your pages. The tool will automatically create all the necessary code on the correct places in order to have the control working. So all the html, imports, constructor injectors, .. are created automatically for you! That saves a lot of time…

Property editors

Most of the Ionic 2 components can be configured using the property editor. No more back & forth between your development environment and the Ionic website in order to find the correct property names and settings.
For each of the properties you will find more information at the button.
Quick coding
The tool is developped in order to releave developers from repetitive tasks.
Some examples:
- Adding components or pages: all necessary files are added and the page is registered in the app.module.ts file
- Adding providers: same as pages.
- Add controls: all code is put in place to have the control working. You just need to adapt to your specific use case.

Entity Editor

When you introduce a new object in your application you will most likely need to write code on several different locations throughout your code base. It’s not exceptional to find code on 6 or more different locations in your development projects referring to this object.
This means that every new object requires a lot of work to setup. So in order to reduce the amount of work we first define our application objects independently of any programming language. We use the Workbench entity editor for this purpose. All other code construct should be derived as much as possible (generated) from this definition. The Workbench Form Builder makes use of these entity definitions in order to automatically create forms.
Form Builder
Save many hours of coding and use the Workbench Form Builder to create your Ionic/Angular 2 forms.

Help & support

Documentation is integrated in the tool for the properties of the components in order to make the correct configurations a breeze. There is a getting started document that you already can download here.
Furthermore we have email & phone support for more specific issues.