1.0.1 • Published 2 years ago

@tobytop/ng-formbuilder v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago