Skip to content

Commit 693ac0a

Browse files
committed
Remove tabs component
1 parent 65c25c9 commit 693ac0a

File tree

6 files changed

+0
-89
lines changed

6 files changed

+0
-89
lines changed

src/app/homepage/pages/microservices/custom-transport/custom-transport.component.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
22

33
import { CustomTransportComponent } from './custom-transport.component';
4-
import { TabsComponent } from '../../../../shared/components/tabs/tabs.component';
54
import { ExtensionPipe } from '../../../../shared/pipes/extension.pipe';
65

76
describe('CustomTransportComponent', () => {
87
beforeEach(async(() => {
98
return TestBed.configureTestingModule({
109
declarations: [
11-
TabsComponent,
1210
ExtensionPipe,
1311
CustomTransportComponent
1412
]

src/app/shared/components/tabs/tabs.component.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/app/shared/components/tabs/tabs.component.scss

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/app/shared/components/tabs/tabs.component.spec.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/app/shared/components/tabs/tabs.component.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/app/shared/shared.module.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { PerfectScrollbarModule } from 'ngx-perfect-scrollbar';
44
import { BannerCoursesComponent } from './components/banner-courses/banner-courses.component';
55
import { BannerEnterpriseComponent } from './components/banner-enterprise/banner-enterprise.component';
66
import { BannerShopComponent } from './components/banner-shop/banner-shop.component';
7-
import { TabsComponent } from './components/tabs/tabs.component';
87
import { TocComponent } from './components/toc/toc.component';
98
import { HeaderAnchorDirective } from './directives/header-anchor.directive';
109
import { ExtensionPipe } from './pipes/extension.pipe';
@@ -13,7 +12,6 @@ import { ExtensionPipe } from './pipes/extension.pipe';
1312
imports: [CommonModule, PerfectScrollbarModule],
1413
declarations: [
1514
ExtensionPipe,
16-
TabsComponent,
1715
TocComponent,
1816
HeaderAnchorDirective,
1917
BannerCoursesComponent,
@@ -22,7 +20,6 @@ import { ExtensionPipe } from './pipes/extension.pipe';
2220
],
2321
exports: [
2422
ExtensionPipe,
25-
TabsComponent,
2623
TocComponent,
2724
HeaderAnchorDirective,
2825
BannerCoursesComponent,

0 commit comments

Comments
 (0)