Skip to content

Commit 66c1867

Browse files
TTL 946 remove unused component (#1004)
* feat: TTL-946 remove unused component * feat: TTL-946 update app.module file * test: TTL-946 update tests
1 parent 0e04e06 commit 66c1867

11 files changed

+1
-247
lines changed

src/app/app.module.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ import { UsersListComponent } from './modules/users/components/users-list/users-
8888
import { UiSwitchModule } from 'ngx-ui-switch';
8989
import { NgxMaterialTimepickerModule } from 'ngx-material-timepicker';
9090
// tslint:disable-next-line: max-line-length
91-
import { TechnologyReportTableComponent } from './modules/technology-report/components/technology-report-table/technology-report-table.component';
92-
import { TechnologyReportComponent } from './modules/technology-report/pages/technology-report.component';
9391
import { CalendarComponent } from './modules/time-entries/components/calendar/calendar.component';
9492
import { DropdownComponent } from './modules/shared/components/dropdown/dropdown.component';
9593
import { NgSelectModule } from '@ng-select/ng-select';
@@ -153,8 +151,6 @@ const maskConfig: Partial<IConfig> = {
153151
LoadingBarComponent,
154152
UsersComponent,
155153
UsersListComponent,
156-
TechnologyReportComponent,
157-
TechnologyReportTableComponent,
158154
CalendarComponent,
159155
DropdownComponent,
160156
DarkModeComponent,

src/app/modules/customer-management/store/customer-management.actions.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ import { TestBed, waitForAsync } from '@angular/core/testing';
22

33
import * as actions from './customer-management.actions';
44
import { TimeRangeFormComponent } from '../../reports/components/time-range-form/time-range-form.component';
5-
import { TechnologyReportTableComponent } from '../../technology-report/components/technology-report-table/technology-report-table.component';
6-
75

86
describe('CustomerManagmentActions', () => {
97

108
beforeEach(waitForAsync(() => {
119
TestBed.configureTestingModule({
12-
declarations: [TimeRangeFormComponent, TechnologyReportTableComponent],
10+
declarations: [TimeRangeFormComponent],
1311
imports: [],
1412
}).compileComponents();
1513
}));

src/app/modules/technology-report/components/.gitkeep

Whitespace-only changes.

src/app/modules/technology-report/components/technology-report-table/data.json

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

src/app/modules/technology-report/components/technology-report-table/technology-report-table.component.html

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

src/app/modules/technology-report/components/technology-report-table/technology-report-table.component.scss

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

src/app/modules/technology-report/components/technology-report-table/technology-report-table.component.spec.ts

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

src/app/modules/technology-report/components/technology-report-table/technology-report-table.component.ts

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

src/app/modules/technology-report/pages/technology-report.component.html

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

src/app/modules/technology-report/pages/technology-report.component.spec.ts

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

0 commit comments

Comments
 (0)