Skip to content

Commit

Permalink
chore(tabs): update api goldens (angular#14844)
Browse files Browse the repository at this point in the history
Fixes the tabs API goldens not being up to date.
  • Loading branch information
crisbeto authored and s2-abdo committed Jan 18, 2019
1 parent e57bf55 commit c15e2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/public_api_guard/lib/tabs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export declare class MatTabHeader extends _MatTabHeaderMixinBase implements Afte
scrollDistance: number;
readonly selectFocusedIndex: EventEmitter<{}>;
selectedIndex: number;
constructor(_elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _viewportRuler: ViewportRuler, _dir: Directionality, _ngZone?: NgZone | undefined);
constructor(_elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _viewportRuler: ViewportRuler, _dir: Directionality, _ngZone?: NgZone | undefined, _platform?: Platform | undefined);
_alignInkBarToSelectedTab(): void;
_checkPaginationEnabled(): void;
_checkScrollingControls(): void;
Expand Down

0 comments on commit c15e2cf

Please sign in to comment.