mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: bad redirection in core Injector page for providers and injection token links (#52775)
PR Close #52775
This commit is contained in:
parent
001c30defd
commit
9f18227f3a
1 changed files with 3 additions and 3 deletions
|
|
@ -19,10 +19,10 @@ import {ProviderToken} from './provider_token';
|
|||
|
||||
/**
|
||||
* Concrete injectors implement this interface. Injectors are configured
|
||||
* with [providers](guide/glossary#provider) that associate
|
||||
* dependencies of various types with [injection tokens](guide/glossary#di-token).
|
||||
* with [providers](guide/dependency-injection-providers) that associate
|
||||
* dependencies of various types with [injection tokens](guide/dependency-injection-providers).
|
||||
*
|
||||
* @see ["DI Providers"](guide/dependency-injection-providers).
|
||||
* @see [DI Providers](guide/dependency-injection-providers).
|
||||
* @see {@link StaticProvider}
|
||||
*
|
||||
* @usageNotes
|
||||
|
|
|
|||
Loading…
Reference in a new issue