1.0.1 • Published 3 years ago

@tobytop/ng-formbuilder v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Introduce

ng-formbuilder is a form building component that can generate dynamic rendering, data collection, validation and submission functions from JSON. More than a dozen common form components and custom components are built in, and complex forms can be easily handled.

Install

npm i @tobytop/ng-formbuilder 

style.scss

@import '/node_modules/@tobytop/ng-formbuilder/src/lib/styles/style.scss';

polyfills.ts

(window as any).process = {
    env: { DEBUG: undefined },
  };
1.0.1

3 years ago

1.0.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago