dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_DfFormModule cluster_DfFormModule_declarations cluster_DfFormModule_imports cluster_DfFormModule_exports DfFormComponent DfFormComponent DfFormModule DfFormModule DfFormComponent->DfFormModule DfFormComponent DfFormComponent DfFormModule->DfFormComponent DfFormfieldModule DfFormfieldModule DfFormfieldModule->DfFormModule

File

libs/core/dynamic-form/src/form/form.module.ts

Declarations

Exports

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { DfFormfieldModule } from '../formfield/formfield.module';
import { DfFormComponent } from './form.component';

@NgModule({
  imports: [CommonModule, FormsModule, ReactiveFormsModule, DfFormfieldModule],
  declarations: [DfFormComponent],
  exports: [DfFormComponent]
})
export class DfFormModule {}

results matching ""

    No results matching ""