File tree Expand file tree Collapse file tree
external-login-review-account-info-page
shared/access-control-form-container Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { ExpandableAdminSidebarSectionComponent } from './admin-sidebar/expandab
1212import { AdminEditUserAgreementComponent } from './admin-edit-user-agreement/admin-edit-user-agreement.component' ;
1313import { EditCmsMetadataComponent } from './edit-cms-metadata/edit-cms-metadata.component' ;
1414import { BatchImportPageComponent } from './admin-import-batch-page/batch-import-page.component' ;
15- import { UiSwitchModule } from 'ngx-ui-switch' ;
1615import { UploadModule } from '../shared/upload/upload.module' ;
1716
1817const ENTRY_COMPONENTS = [
@@ -30,7 +29,6 @@ const ENTRY_COMPONENTS = [
3029 AdminSearchModule . withEntryComponents ( ) ,
3130 AdminWorkflowModuleModule . withEntryComponents ( ) ,
3231 SharedModule ,
33- UiSwitchModule ,
3432 UploadModule ,
3533 ] ,
3634 declarations : [
Original file line number Diff line number Diff line change 88 ThemedExternalLoginReviewAccountInfoPageComponent
99} from './themed-external-login-review-account-info-page.component' ;
1010import { ReviewAccountInfoComponent } from './review-account-info/review-account-info.component' ;
11- import { UiSwitchModule } from 'ngx-ui-switch' ;
1211import { SharedModule } from '../shared/shared.module' ;
1312import { 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} )
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
1010} from './profile-page-researcher-form/profile-page-researcher-form.component' ;
1111import { ThemedProfilePageComponent } from './themed-profile-page.component' ;
1212import { FormModule } from '../shared/form/form.module' ;
13- import { UiSwitchModule } from 'ngx-ui-switch' ;
1413import { ProfileClaimItemModalComponent } from './profile-claim-item-modal/profile-claim-item-modal.component' ;
1514import { OpenaireModule } from '../openaire/openaire.module' ;
1615import { 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 : [
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import {NgModule} from '@angular/core';
22import { CommonModule } from '@angular/common' ;
33
44import { TranslateModule } from '@ngx-translate/core' ;
5- import { UiSwitchModule } from 'ngx-ui-switch' ;
65
76import { AccessControlArrayFormComponent } from './access-control-array-form/access-control-array-form.component' ;
87import { 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 : [
Original file line number Diff line number Diff line change @@ -5,14 +5,12 @@ import { SystemWideAlertFormComponent } from './alert-form/system-wide-alert-for
55import { SharedModule } from '../shared/shared.module' ;
66import { SystemWideAlertDataService } from '../core/data/system-wide-alert-data.service' ;
77import { SystemWideAlertRoutingModule } from './system-wide-alert-routing.module' ;
8- import { UiSwitchModule } from 'ngx-ui-switch' ;
98import { NgbDatepickerModule , NgbTimepickerModule } from '@ng-bootstrap/ng-bootstrap' ;
109
1110@NgModule ( {
1211 imports : [
1312 FormsModule ,
1413 SharedModule ,
15- UiSwitchModule ,
1614 SystemWideAlertRoutingModule ,
1715 NgbTimepickerModule ,
1816 NgbDatepickerModule ,
Original file line number Diff line number Diff line change 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' ;
Original file line number Diff line number Diff line change 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' ;
You can’t perform that action at this time.
0 commit comments