We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a664947 commit 63247e6Copy full SHA for 63247e6
src/lib/tabs/tab-group.ts
@@ -37,6 +37,7 @@ export class MdTabChangeEvent {
37
export type MdTabHeaderPosition = 'above' | 'below';
38
39
// Boilerplate for applying mixins to MdTabGroup.
40
+/** @docs-private */
41
export class MdTabGroupBase {
42
constructor(public _renderer: Renderer2, public _elementRef: ElementRef) {}
43
}
src/lib/tabs/tab-nav-bar/tab-nav-bar.ts
@@ -33,6 +33,7 @@ import 'rxjs/add/observable/merge';
33
import {Subject} from 'rxjs/Subject';
34
35
// Boilerplate for applying mixins to MdTabNav.
36
export class MdTabNavBase {
0 commit comments