@grumptech/ngx-formly-ui-material
v1.0.0
Published
A collection of components extending `@ngx-formly/material` and `@grumptech/ngx-formly-ui-base`, designed for building frontend applications.
Maintainers
Readme
ngx-formly-ui-prime-ng
A collection of components extending @ngx-formly/material and @grumptech/ngx-formly-ui-base, designed for building frontend applications.
Getting started
Install
Run npm i @grumptech/ngx-formly-ui-material.
Configure
Configure Formly with the Formly Material components and configuration:
provideFormlyCore(withFormlyUiMaterial());Or add the Formly Material components and configuration to an existing Formly configuration:
provideFormlyConfig(withFormlyUiMaterial());Then call provideFormlyAppConfig to configure the base components. See ngx-formly-ui-base for more information.
Develop
- Run
npm installto install the necessary npm packages. - Run
npm run buildto build the library.
