Skip to content

Commit a15effc

Browse files
committed
make mixin base classes docs private (#5301)
1 parent fcccc17 commit a15effc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lib/tabs/tab-group.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export class MdTabChangeEvent {
4545
export type MdTabHeaderPosition = 'above' | 'below';
4646

4747
// Boilerplate for applying mixins to MdTabGroup.
48+
/** @docs-private */
4849
export class MdTabGroupBase {
4950
constructor(public _renderer: Renderer2, public _elementRef: ElementRef) {}
5051
}

src/lib/tabs/tab-nav-bar/tab-nav-bar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import {merge} from 'rxjs/observable/merge';
3737
import {fromEvent} from 'rxjs/observable/fromEvent';
3838

3939
// Boilerplate for applying mixins to MdTabNav.
40+
/** @docs-private */
4041
export class MdTabNavBase {
4142
constructor(public _renderer: Renderer2, public _elementRef: ElementRef) {}
4243
}

0 commit comments

Comments
 (0)