Skip to content

Commit

Permalink
docs(aio): change df-question to app-question (angular#21438)
Browse files Browse the repository at this point in the history
closes: angular#21404
PR Close angular#21438
  • Loading branch information
alan-agius4 authored and leo6104 committed Mar 25, 2018
1 parent 5e316dd commit 9d3784e
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 9d3784e

Please sign in to comment.