docs(router): remove unnecessary {@link Injector}
jsdoc tags (#23187)
Inline code blocks are automatically linked, if possible, to their API page. PR Close #23187
This commit is contained in:

committed by
Igor Minar

parent
31b90436b4
commit
9141424ac6
@ -13,7 +13,7 @@ import {ActivatedRoute} from './router_state';
|
||||
|
||||
|
||||
/**
|
||||
* Store contextual information about a {@link RouterOutlet}
|
||||
* Store contextual information about a `RouterOutlet`
|
||||
*
|
||||
* @stable
|
||||
*/
|
||||
@ -26,7 +26,7 @@ export class OutletContext {
|
||||
}
|
||||
|
||||
/**
|
||||
* Store contextual information about the children (= nested) {@link RouterOutlet}
|
||||
* Store contextual information about the children (= nested) `RouterOutlet`
|
||||
*
|
||||
* @stable
|
||||
*/
|
||||
|
Reference in New Issue
Block a user