cd-force
Version:
Form creation goodness.
29 lines (27 loc) • 797 B
text/typescript
import { MapToKeysPipe } from './map-to-keys.pipe';
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { DynamicFormComponent } from './dynamic-form/dynamic-form.component';
import { FormControlComponent } from './form-control/form-control.component';
import { ModelDrivenComponent } from './model-driven/model-driven.component';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
export class ForceModule { }