Hi sbelt,
Thanks for the report!
We will update the tutorial shortly with the missing step but meanwhile in order to make the call to the service please update the contents of “src/app/app.component.html” with the following:
<h1>
{{title}}
</h1>
<button (click)="getNewRandomWord()">Get New Random Word</button>
<app-random-words [words]="randomWords"></app-random-words>
Cheers,
Sal