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:
Pete Bacon Darwin
2018-04-05 09:58:02 +01:00
committed by Igor Minar
parent 381da1af45
commit 5bb14a68d2
7 changed files with 36 additions and 36 deletions

View File

@ -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'}
*