在app.module.ts

时间:2018-10-01 07:44:16

标签: angular typescript

在app.module.ts中导入FormsModule时,我可以在每个组件中使用[[ngModel)]

app.module.ts

import { FormsModule } from '@angular/forms'; 

在其他组件中使用

view.component.html

input type="text" ([ngModel])="UserName"

实际上,我使用了它,但没有给出价值。

1 个答案:

答案 0 :(得分:0)

是的,如果该组件(您要使用ngModel的组件)直接链接到app.module