docs(core): migrate deprecated @howToUse
tags (#23185)
These have now become `@usageNotes` but later they might be moved into a section of the description. PR Close #23185
This commit is contained in:

committed by
Igor Minar

parent
381da1af45
commit
5bb14a68d2
@ -35,7 +35,7 @@ export type InjectableProvider = ValueSansProvider | ExistingSansProvider |
|
||||
export interface InjectableDecorator {
|
||||
/**
|
||||
* @whatItDoes A marker metadata that marks a class as available to {@link Injector} for creation.
|
||||
* @howToUse
|
||||
* @usageNotes
|
||||
* ```
|
||||
* @Injectable()
|
||||
* class Car {}
|
||||
|
Reference in New Issue
Block a user