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 f3f9f43 commit 738b6beCopy full SHA for 738b6be
src/lib/tabs/index.ts
@@ -8,6 +8,7 @@
8
9
import {NgModule} from '@angular/core';
10
import {CommonModule} from '@angular/common';
11
+import {MdCommonModule} from '../core';
12
import {ObserveContentModule} from '@angular/cdk';
13
import {PortalModule} from '../core';
14
import {MdRippleModule} from '../core/ripple/index';
@@ -26,13 +27,15 @@ import {ScrollDispatchModule} from '../core/overlay/scroll/index';
26
27
@NgModule({
28
imports: [
29
CommonModule,
30
+ MdCommonModule,
31
PortalModule,
32
MdRippleModule,
33
ObserveContentModule,
34
ScrollDispatchModule,
35
],
36
// Don't export all components because some are only to be used internally.
37
exports: [
38
39
MdTabGroup,
40
MdTabLabel,
41
MdTab,
0 commit comments