Skip to content

Commit

Permalink
docs(aio): change df-question to app-question (#21438)
Browse files Browse the repository at this point in the history
closes: #21404
PR Close #21438
  • Loading branch information
alan-agius4 authored and alexeagle committed Jan 17, 2018
1 parent 55f15c5 commit b773a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aio/content/guide/dynamic-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b773a4a

Please sign in to comment.