4.0.1 • Published 5 years ago

ontimize-web-ngx-dynamicform-builder v4.0.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

Ontimize Web Dynamicform Builder

Ontimize Web Dynamicform Builder is a web form builder using the Ontimize Web Dynamic Form.

Github

Ontimize Web Dynamic Form Builder module is stored in github where you can also see/add todos, bugs or feature requests in the issues section.

Installation

  npm install ontimize-web-ngx-dynamicform-builder --save

Usage

Configure angular-cli.json dependencies

You must add the module styles definition in your '.angular-cli.json' file styles array:

...
"styles": [
  ...
  "../node_modules/ontimize-web-ngx-dynamicform-builder/styles.scss",
  ....
],
...

Import in an application module

Include the DynamicFormBuilderModule into your app in the module where you want to use it.

...
import { DynamicFormBuilderModule } from 'ontimize-web-ngx-dynamicform-builder';
...

@NgModule({
  imports: [
    DynamicFormBuilderModule,
    /* other imports */
  ],
  declarations: ...
  providers: ...
})
export class ExampleModule { }

Example

Run live demo here.

4.0.1

5 years ago

4.0.0

5 years ago

4.0.0-rc.0

5 years ago

3.1.0

6 years ago

3.0.0

6 years ago

3.0.0-rc.1

6 years ago

3.0.0-rc.0

6 years ago

2.0.2

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago