docs(core): migrate @whatItDoes
tags to the description (#23185)
We get the overview for the doc by splitting off the first paragraph. PR Close #23185
This commit is contained in:

committed by
Igor Minar

parent
5bb14a68d2
commit
7dc150c1e8
@ -34,7 +34,6 @@ export type InjectableProvider = ValueSansProvider | ExistingSansProvider |
|
||||
*/
|
||||
export interface InjectableDecorator {
|
||||
/**
|
||||
* @whatItDoes A marker metadata that marks a class as available to {@link Injector} for creation.
|
||||
* @usageNotes
|
||||
* ```
|
||||
* @Injectable()
|
||||
@ -42,6 +41,8 @@ export interface InjectableDecorator {
|
||||
* ```
|
||||
*
|
||||
* @description
|
||||
* A marker metadata that marks a class as available to {@link Injector} for creation.
|
||||
*
|
||||
* For more details, see the {@linkDocs guide/dependency-injection "Dependency Injection Guide"}.
|
||||
*
|
||||
* ### Example
|
||||
|
Reference in New Issue
Block a user