How to use ngx-formly-designer - 1 common examples

To help you get started, we’ve selected a few ngx-formly-designer examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github franzeal / ngx-formly-designer / src / app / app.module.ts View on Github external
AppComponent,
        ExpanderComponent,

        fieldComponents
    ],
    imports: [
        BrowserModule,
        HttpModule,
        FormsModule,
        ReactiveFormsModule,

        FormlyTabsModule,
        FormlyBootstrapModule,
        FormlyModule.forRoot(config),

        FormlyDesignerModule.forRoot(designerConfig)
    ],
    providers: [],
    bootstrap: [AppComponent]
})
export class AppModule { }

ngx-formly-designer

A formly form to design [Ngx Formly](https://github.com/ngx-formly/ngx-formly) forms.

MIT
Latest version published 3 years ago

Package Health Score

45 / 100
Full package analysis

Popular ngx-formly-designer functions

Similar packages