mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix dependecy injection documentation page typos (#47057)
PR Close #47057
This commit is contained in:
parent
974a71c437
commit
951d02e1de
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ The next step is to make it available in the DI by providing it. A dependency c
|
|||
|
||||
<code-example language="typescript">
|
||||
@Component({
|
||||
selector: 'hero-list,
|
||||
selector: 'hero-list',
|
||||
template: '...',
|
||||
providers: [HeroService]
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue