@grumptech/ngx-formly-ui-editor
v1.0.3
Published
A collection of components designed for use in the designer and editor of `@grumptech/formly-designer` and `@grumptech/formly-editor`.
Maintainers
Readme
ngx-formly-ui-prime-ng
A collection of components designed for use in the designer and editor of @grumptech/formly-designer and @grumptech/formly-editor.
Getting started
Install
Run npm i @grumptech/ngx-formly-ui-prime-ng.
Configure
Configure Formly with editor components and configuration:
provideFormlyCore(withFormlyEditorTypes());Or add the editor components and configuration to an existing Formly configuration:
provideFormlyConfig(withFormlyEditorTypes());Develop
- Run
npm installto install the necessary npm packages. - Run
npm run buildto build the library.
