fix(common) add interface PipeTransform to Async pipe (#14049)
PR Close #14049
This commit is contained in:

committed by
Miško Hevery

parent
579567ca79
commit
94b62c963d
2
tools/public_api_guard/common/index.d.ts
vendored
2
tools/public_api_guard/common/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
export declare const APP_BASE_HREF: InjectionToken<string>;
|
||||
|
||||
/** @stable */
|
||||
export declare class AsyncPipe implements OnDestroy {
|
||||
export declare class AsyncPipe implements OnDestroy, PipeTransform {
|
||||
constructor(_ref: ChangeDetectorRef);
|
||||
ngOnDestroy(): void;
|
||||
transform(obj: Observable<any> | Promise<any> | EventEmitter<any>): any;
|
||||
|
Reference in New Issue
Block a user