mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
feat(ui-features): complete the tabs
This commit is contained in:
parent
78e376bb5a
commit
e8dc2b9c72
4 changed files with 48 additions and 5 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue