Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save superwalnut/410c4c1d8fcb8bcc427a21c20339b45e to your computer and use it in GitHub Desktop.
Save superwalnut/410c4c1d8fcb8bcc427a21c20339b45e to your computer and use it in GitHub Desktop.
constructor(private covidService: CovidService) {}
ngAfterViewInit(): void {
this.covidService.getLatest().subscribe((x) => {
//do something with the data
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment