Skip to content

Commit 13d13f5

Browse files
[DSC-1872] Removed 'ngx-ui-switch' imports
1 parent dc10d43 commit 13d13f5

7 files changed

Lines changed: 0 additions & 12 deletions

File tree

src/app/admin/admin.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { ExpandableAdminSidebarSectionComponent } from './admin-sidebar/expandab
1212
import { AdminEditUserAgreementComponent } from './admin-edit-user-agreement/admin-edit-user-agreement.component';
1313
import { EditCmsMetadataComponent } from './edit-cms-metadata/edit-cms-metadata.component';
1414
import { BatchImportPageComponent } from './admin-import-batch-page/batch-import-page.component';
15-
import { UiSwitchModule } from 'ngx-ui-switch';
1615
import { UploadModule } from '../shared/upload/upload.module';
1716

1817
const ENTRY_COMPONENTS = [
@@ -30,7 +29,6 @@ const ENTRY_COMPONENTS = [
3029
AdminSearchModule.withEntryComponents(),
3130
AdminWorkflowModuleModule.withEntryComponents(),
3231
SharedModule,
33-
UiSwitchModule,
3432
UploadModule,
3533
],
3634
declarations: [

src/app/external-login-review-account-info-page/external-login-review-account-info-page.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
ThemedExternalLoginReviewAccountInfoPageComponent
99
} from './themed-external-login-review-account-info-page.component';
1010
import { ReviewAccountInfoComponent } from './review-account-info/review-account-info.component';
11-
import { UiSwitchModule } from 'ngx-ui-switch';
1211
import { SharedModule } from '../shared/shared.module';
1312
import { ExternalLoginModule } from '../external-log-in/external-login.module';
1413

@@ -23,7 +22,6 @@ import { ExternalLoginModule } from '../external-log-in/external-login.module';
2322
CommonModule,
2423
ExternalLoginReviewAccountInfoRoutingModule,
2524
SharedModule,
26-
UiSwitchModule,
2725
ExternalLoginModule
2826
]
2927
})

src/app/profile-page/profile-page.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
} from './profile-page-researcher-form/profile-page-researcher-form.component';
1111
import { ThemedProfilePageComponent } from './themed-profile-page.component';
1212
import { FormModule } from '../shared/form/form.module';
13-
import { UiSwitchModule } from 'ngx-ui-switch';
1413
import { ProfileClaimItemModalComponent } from './profile-claim-item-modal/profile-claim-item-modal.component';
1514
import { OpenaireModule } from '../openaire/openaire.module';
1615
import { ProfilePageAccessTokenComponent } from './profile-page-access-token/profile-page-access-token.component';
@@ -21,7 +20,6 @@ import { ProfilePageAccessTokenComponent } from './profile-page-access-token/pro
2120
CommonModule,
2221
SharedModule,
2322
FormModule,
24-
UiSwitchModule,
2523
OpenaireModule
2624
],
2725
exports: [

src/app/shared/access-control-form-container/access-control-form.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {NgModule} from '@angular/core';
22
import {CommonModule} from '@angular/common';
33

44
import {TranslateModule} from '@ngx-translate/core';
5-
import {UiSwitchModule} from 'ngx-ui-switch';
65

76
import {AccessControlArrayFormComponent} from './access-control-array-form/access-control-array-form.component';
87
import {SharedModule} from '../shared.module';
@@ -18,7 +17,6 @@ import {ToDatePipe} from './access-control-array-form/to-date.pipe';
1817
CommonModule,
1918
SharedModule,
2019
TranslateModule,
21-
UiSwitchModule,
2220
NgbDatepickerModule
2321
],
2422
declarations: [

src/app/system-wide-alert/system-wide-alert.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ import { SystemWideAlertFormComponent } from './alert-form/system-wide-alert-for
55
import { SharedModule } from '../shared/shared.module';
66
import { SystemWideAlertDataService } from '../core/data/system-wide-alert-data.service';
77
import { SystemWideAlertRoutingModule } from './system-wide-alert-routing.module';
8-
import { UiSwitchModule } from 'ngx-ui-switch';
98
import { NgbDatepickerModule, NgbTimepickerModule } from '@ng-bootstrap/ng-bootstrap';
109

1110
@NgModule({
1211
imports: [
1312
FormsModule,
1413
SharedModule,
15-
UiSwitchModule,
1614
SystemWideAlertRoutingModule,
1715
NgbTimepickerModule,
1816
NgbDatepickerModule,

src/styles/_variables.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44
@import '_bootstrap_variables.scss';
55
@import '../../node_modules/bootstrap/scss/variables.scss';
6-
@import '../../node_modules/ngx-ui-switch/ui-switch.component.scss';

src/styles/_vendor.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
@import '~node_modules/bootstrap/scss/bootstrap.scss';
44
@import '~node_modules/nouislider/dist/nouislider.min';
5-
@import '~node_modules/ngx-ui-switch/ui-switch.component.scss';

0 commit comments

Comments
 (0)