docs(aio): change `df-question` to `app-question` (#21438)

closes: #21404
PR Close #21438
This commit is contained in:
Alan Agius 2018-01-10 10:45:05 +01:00 committed by Alex Eagle
parent 6e8cf63b8c
commit 030c68df32
1 changed files with 2 additions and 2 deletions

View File

@ -124,8 +124,8 @@ to create components to represent the dynamic form.
It presents a list of questions, each bound to a `<df-question>` component element.
The `<df-question>` tag matches the `DynamicFormQuestionComponent`,
It presents a list of questions, each bound to a `<app-question>` component element.
The `<app-question>` tag matches the `DynamicFormQuestionComponent`,
the component responsible for rendering the details of each _individual_
question based on values in the data-bound question object.