feat(ui-features): complete the tabs

This commit is contained in:
Alexander Zhukov 2017-05-11 16:25:39 +03:00
parent 78e376bb5a
commit e8dc2b9c72
4 changed files with 48 additions and 5 deletions

View file

@ -19,7 +19,7 @@ import { GroupButtonsComponent } from './buttons/group/group.component';
import { LargeButtonsComponent } from './buttons/large/large.component';
import { ModalComponent } from './modals/modal/modal.component';
import { TypographyComponent } from './typography/typography.component';
import { TabsComponent } from './tabs/tabs.component';
import { TabsComponent, Tab1Component, Tab2Component } from './tabs/tabs.component';
const COMPONENTS = [
UiFeaturesComponent,
@ -38,6 +38,8 @@ const COMPONENTS = [
ModalComponent,
TypographyComponent,
TabsComponent,
Tab1Component,
Tab2Component,
];
@NgModule({