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
@ -24,7 +24,7 @@ export interface DirectiveDecorator {
|
||||
* @whatItDoes Marks a class as an Angular directive and collects directive configuration
|
||||
* metadata.
|
||||
*
|
||||
* @howToUse
|
||||
* @usageNotes
|
||||
*
|
||||
* ```
|
||||
* import {Directive} from '@angular/core';
|
||||
@ -413,7 +413,7 @@ export interface ComponentDecorator {
|
||||
* @whatItDoes Marks a class as an Angular component and collects component configuration
|
||||
* metadata.
|
||||
*
|
||||
* @howToUse
|
||||
* @usageNotes
|
||||
*
|
||||
* {@example core/ts/metadata/metadata.ts region='component'}
|
||||
*
|
||||
|
Reference in New Issue
Block a user