docs(aio): fix TOH inclusion of HeroesService. (#21228)
Change docs where the MessageService is referenced Fixes #20398 PR Close #21228
This commit is contained in:

committed by
Miško Hevery

parent
7e928db204
commit
545fdf10e2
@ -21,7 +21,14 @@ import { MessagesComponent } from './messages/messages.component';
|
||||
FormsModule
|
||||
],
|
||||
// #docregion providers
|
||||
providers: [ HeroService, MessageService ],
|
||||
// #docregion providers-heroservice
|
||||
providers: [
|
||||
HeroService,
|
||||
// #enddocregion providers-heroservice
|
||||
MessageService
|
||||
// #docregion providers-heroservice
|
||||
],
|
||||
// #enddocregion providers-heroservice
|
||||
// #enddocregion providers
|
||||
bootstrap: [ AppComponent ]
|
||||
})
|
||||
|
Reference in New Issue
Block a user