dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_DfFormfieldModule cluster_DfFormfieldModule_declarations cluster_DfFormfieldModule_exports DfFormfieldComponent DfFormfieldComponent DfFormfieldModule DfFormfieldModule DfFormfieldComponent->DfFormfieldModule DfFormfieldComponent DfFormfieldComponent DfFormfieldModule->DfFormfieldComponent

File

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

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { ReactiveFormsModule } from '@angular/forms';
import { DfFormfieldComponent } from './formfield.component';

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

results matching ""

    No results matching ""