diff --git a/starwars/src/app/app.component.html b/starwars/src/app/app.component.html index f067f97..186400c 100644 --- a/starwars/src/app/app.component.html +++ b/starwars/src/app/app.component.html @@ -1 +1,2 @@

Star Wars Character Search App

+ diff --git a/use_an_api.md b/use_an_api.md index 8a5c5a0..084ddba 100644 --- a/use_an_api.md +++ b/use_an_api.md @@ -5,6 +5,7 @@ 1. Create a new app 1. Generate a new component 1. Clean up app.component.html +1. Add search component to app ## Create a new app @@ -27,3 +28,10 @@ Set `src/app/app.component.html` contents to: ```html

Star Wars Character Search App

``` + +## Add search component to app + +```html +

Star Wars Character Search App

+ +```