feat(upgrade): support multi-slot projection in upgrade/static (#14282)

Closes #14261
This commit is contained in:
Pete Bacon Darwin
2017-03-14 00:34:53 +00:00
committed by Chuck Jazdzewski
parent ab40fcb068
commit 914797a8ff
19 changed files with 1135 additions and 25 deletions

View File

@ -3,6 +3,7 @@ export declare function downgradeComponent(info: {
component: Type<any>;
inputs?: string[];
outputs?: string[];
selectors?: string[];
}): any;
/** @experimental */