docs(forms): Typo fix in forms page of TS guide

closes #555
This commit is contained in:
Denis Kolodin 2015-12-16 15:50:11 +03:00 committed by Ward Bell
parent 912ed52f25
commit 9e00961423
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ code-example(format="").
1. We import the new `HeroFormComponent`.
1. The `template` is simply the new element tag identified by the component's `select` property.
1. The `template` is simply the new element tag identified by the component's `selector` property.
1. The `directives` array tells Angular that our template depends upon the `HeroFormComponent`
which is itself a Directive (as are all Components).