14.0.0 • Published 1 year ago

ngx-formly-antd v14.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

13.0.0

2 years ago

11.0.2

2 years ago

11.0.1

2 years ago

11.0.0

3 years ago

0.0.1

3 years ago