update:dynamic-form.md

This commit is contained in:
Eve 2018-08-08 11:14:02 +08:00 committed by 雪狼
parent 2721708915
commit 93aea05ee1
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ directly since you imported `ReactiveFormsModule` from `AppModule`.
and removing objects from the `questions` array. and removing objects from the `questions` array.
关键是,你完全根据 `QuestionService` 返回的对象来控制英雄的工作申请表。 关键是,你完全根据 `QuestionService` 返回的对象来控制英雄的工作申请表。
要维护这份问卷,只要非常简单添加、修改和删除 `questions` 数组中的对象就可以了。 要维护这份问卷,只要非常简单添加、修改和删除 `questions` 数组中的对象就可以了。
<code-example path="dynamic-form/src/app/question.service.ts" title="src/app/question.service.ts"> <code-example path="dynamic-form/src/app/question.service.ts" title="src/app/question.service.ts">

View File

@ -11636,7 +11636,7 @@
{ {
"key": "THEKEYPOINTISTHATYOUCONTROLTHEHEROJOBAPPLICATIONQUESTIONSENTIRELYTHROUGHTHEOBJECTSRETURNEDFROMQUESTIONSERVICEQUESTIONNAIREMAINTENANCEISASIMPLEMATTEROFADDINGUPDATINGANDREMOVINGOBJECTSFROMTHEQUESTIONSARRAY", "key": "THEKEYPOINTISTHATYOUCONTROLTHEHEROJOBAPPLICATIONQUESTIONSENTIRELYTHROUGHTHEOBJECTSRETURNEDFROMQUESTIONSERVICEQUESTIONNAIREMAINTENANCEISASIMPLEMATTEROFADDINGUPDATINGANDREMOVINGOBJECTSFROMTHEQUESTIONSARRAY",
"original": "The key point is that you control the hero job application questions\n entirely through the objects returned from `QuestionService`.\n Questionnaire maintenance is a simple matter of adding, updating,\n and removing objects from the `questions` array.", "original": "The key point is that you control the hero job application questions\n entirely through the objects returned from `QuestionService`.\n Questionnaire maintenance is a simple matter of adding, updating,\n and removing objects from the `questions` array.",
"translation": "关键是,你完全根据 `QuestionService` 返回的对象来控制英雄的工作申请表。\n 要维护这份问卷,只要非常简单添加、修改和删除 `questions` 数组中的对象就可以了。", "translation": "关键是,你完全根据 `QuestionService` 返回的对象来控制英雄的工作申请表。\n 要维护这份问卷,只要非常简单添加、修改和删除 `questions` 数组中的对象就可以了。",
"sourceFile": "/Users/twer/private/GDE/angular-cn/aio/content/guide/dynamic-form.md" "sourceFile": "/Users/twer/private/GDE/angular-cn/aio/content/guide/dynamic-form.md"
}, },
{ {