docs: fix selector in getting started guide (#33333)

PR Close #33333
This commit is contained in:
Geoff Bass 2019-10-22 16:42:30 -04:00 committed by atscott
parent 66ab701606
commit d863839ecc
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ The next step is to create a new alert feature that takes a product as an input.
1. Open `product-list.component.html`.
1. To include the new component, use its selector, `app-product-alert`, as you would an HTML element.
1. To include the new component, use its selector, `app-product-alerts`, as you would an HTML element.
1. Pass the current product as input to the component using property binding.