First custom Dynamic Form Module generation
This commit is contained in:
@@ -3,7 +3,8 @@ import { BrowserModule } from '@angular/platform-browser';
|
||||
|
||||
import { AppComponent } from './app.component';
|
||||
import {CustomInputModule} from "./custom-input.module";
|
||||
import {FormsModule, ReactiveFormsModule} from "@angular/forms";
|
||||
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
||||
import { DynFormModule } from './modules/dyn-form/dyn-form.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -11,6 +12,7 @@ import {FormsModule, ReactiveFormsModule} from "@angular/forms";
|
||||
FormsModule,
|
||||
ReactiveFormsModule,
|
||||
CustomInputModule,
|
||||
DynFormModule
|
||||
],
|
||||
declarations: [ AppComponent ],
|
||||
bootstrap: [ AppComponent ]
|
||||
|
||||
Reference in New Issue
Block a user