Skip to content

Commit dbc71ab

Browse files
committed
User FormsModule module inside of AppModule
1 parent ca11bef commit dbc71ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AngularAspNetCoreSignalR.Angular/src/app/app.module.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { BrowserModule } from '@angular/platform-browser';
2+
import { FormsModule } from '@angular/forms';
23
import { NgModule } from '@angular/core';
34

45

@@ -10,7 +11,8 @@ import { AppComponent } from './app.component';
1011
AppComponent
1112
],
1213
imports: [
13-
BrowserModule
14+
BrowserModule,
15+
FormsModule
1416
],
1517
providers: [],
1618
bootstrap: [AppComponent]

0 commit comments

Comments
 (0)