docs: update upgrade to use @publicApi tags (#26595)

PR Close #26595
This commit is contained in:
Pete Bacon Darwin
2018-10-19 18:30:18 +01:00
committed by Alex Rickabaugh
parent 00c7db02d1
commit 853faf4c71
2 changed files with 2 additions and 9 deletions

View File

@ -59,9 +59,7 @@ interface Thenable<T> {
* @publicApi
*/
export function downgradeComponent(info: {
component: Type<any>;
/** @publicApi */
propagateDigest?: boolean;
component: Type<any>; propagateDigest?: boolean;
/** @deprecated since v4. This parameter is no longer used */
inputs?: string[];
/** @deprecated since v4. This parameter is no longer used */