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 55f15c54d9
commit b773a4ab98

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. It presents a list of questions, each bound to a `<app-question>` component element.
The `<df-question>` tag matches the `DynamicFormQuestionComponent`, The `<app-question>` tag matches the `DynamicFormQuestionComponent`,
the component responsible for rendering the details of each _individual_ the component responsible for rendering the details of each _individual_
question based on values in the data-bound question object. question based on values in the data-bound question object.