fix(common): fix ngOnChanges signature of NgTemplateOutlet directive
This commit is contained in:
2
tools/public_api_guard/common/index.d.ts
vendored
2
tools/public_api_guard/common/index.d.ts
vendored
@ -181,7 +181,7 @@ export declare class NgTemplateOutlet implements OnChanges {
|
||||
ngOutletContext: Object;
|
||||
ngTemplateOutlet: TemplateRef<Object>;
|
||||
constructor(_viewContainerRef: ViewContainerRef);
|
||||
ngOnChanges(): void;
|
||||
ngOnChanges(changes: SimpleChanges): void;
|
||||
}
|
||||
|
||||
/** @stable */
|
||||
|
Reference in New Issue
Block a user