in Hands-on lab/lab-files/content-web/src/app/speakers/speakers.component.ts [14:18]
ngOnInit() { this.speakersService.getSpeakers().subscribe((res: Speaker[]) => { this.speakers = res; }); }