14.0.0 • Published 3 years ago

ngx-formly-antd v14.0.0

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

Ngx Formly Antd

Installation

npm install @ngx-formly/core ngx-formly-antd

Usage

Import all the component modules into your app.module.ts file and feature modules.

import { FormlyModule } from '@ngx-formly/core';
import { NgxFormlyAntdModule } from 'ngx-formly-antd';

@NgModule({
  imports: [
    FormlyModule.forRoot(),
    NgxFormlyAntdModule,
  ],
})
export class AppModule {}

Import the component modules you want to use into your app.module.ts file and feature modules.

import { FormlyModule } from '@ngx-formly/core';
import { NgxFormlyAntdInputModule } from 'ngx-formly-antd/input';

@NgModule({
  imports: [
    FormlyModule.forRoot(),
    NgxFormlyAntdInputModule,
  ],
})
export class AppModule {}
14.0.0

3 years ago

13.0.0

3 years ago

11.0.2

4 years ago

11.0.1

4 years ago

11.0.0

4 years ago

0.0.1

4 years ago