This commit is contained in:
Zhicheng Wang 2017-04-27 16:56:59 +08:00
parent 4528d38124
commit f802436c81
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ a#intro
and values of the HTML controls on screen. Reactive forms offer the ease and values of the HTML controls on screen. Reactive forms offer the ease
of using reactive patterns, testing, and validation. of using reactive patterns, testing, and validation.
Angular的*响应式*表单能让实现*响应式编程风格*更容易,这种编程风格更喜欢在非UI的*数据模型*(通常接收自服务器)之间显式的管理数据流, Angular的*响应式*表单能让实现*响应式编程风格*更容易,这种编程风格更倾向于在非UI的*数据模型*(通常接收自服务器)之间显式的管理数据流,
并且用一个UI导向的*表单模型*来保存屏幕上HTML控件的状态和值。 并且用一个UI导向的*表单模型*来保存屏幕上HTML控件的状态和值。
响应式表单可以让使用响应式编程模式、测试和校验变得更容易。 响应式表单可以让使用响应式编程模式、测试和校验变得更容易。