diff --git a/src/feedback/pages/feedback-public-page/feedback-public-page-component.ts b/src/feedback/pages/feedback-public-page/feedback-public-page-component.ts index 1927be0..c9f3e71 100644 --- a/src/feedback/pages/feedback-public-page/feedback-public-page-component.ts +++ b/src/feedback/pages/feedback-public-page/feedback-public-page-component.ts @@ -44,6 +44,7 @@ type SL = "1097" | "104" | "AAM" | "MMU" | "TM" | "ECD"; } `, ], + standalone: false, }) export class FeedbackPublicPageComponent { serviceLine: SL = "AAM"; // default fallback diff --git a/src/feedback/shared/feedback-dialog/feedback-dialog.component.ts b/src/feedback/shared/feedback-dialog/feedback-dialog.component.ts index e193edb..b7f73de 100644 --- a/src/feedback/shared/feedback-dialog/feedback-dialog.component.ts +++ b/src/feedback/shared/feedback-dialog/feedback-dialog.component.ts @@ -36,6 +36,7 @@ import { SetLanguageComponent } from "src/app/app-modules/core/components/set-la selector: "app-feedback-dialog", templateUrl: "./feedback-dialog.component.html", styleUrls: ["./feedback-dialog.component.scss"], + standalone: false, }) export class FeedbackDialogComponent implements OnInit { @Input() serviceLine: ServiceLine = "TM"; diff --git a/src/registrar/abha-components/abha-consent-form/abha-consent-form.component.ts b/src/registrar/abha-components/abha-consent-form/abha-consent-form.component.ts index b4e6b9c..915ffb9 100644 --- a/src/registrar/abha-components/abha-consent-form/abha-consent-form.component.ts +++ b/src/registrar/abha-components/abha-consent-form/abha-consent-form.component.ts @@ -6,7 +6,9 @@ import { SessionStorageService } from '../../services/session-storage.service'; @Component({ selector: 'app-abha-consent-form', templateUrl: './abha-consent-form.component.html', - styleUrls: ['./abha-consent-form.component.css'] + styleUrls: ['./abha-consent-form.component.css'], + + standalone: false, }) export class AbhaConsentFormComponent { diff --git a/src/registrar/abha-components/abha-enter-mobile-otp-component/abha-enter-mobile-otp-component.component.ts b/src/registrar/abha-components/abha-enter-mobile-otp-component/abha-enter-mobile-otp-component.component.ts index 1277fdd..0ac3abe 100644 --- a/src/registrar/abha-components/abha-enter-mobile-otp-component/abha-enter-mobile-otp-component.component.ts +++ b/src/registrar/abha-components/abha-enter-mobile-otp-component/abha-enter-mobile-otp-component.component.ts @@ -9,7 +9,9 @@ import { ConfirmationService } from 'src/app/app-modules/core/services'; @Component({ selector: 'app-abha-enter-mobile-otp-component', templateUrl: './abha-enter-mobile-otp-component.component.html', - styleUrls: ['./abha-enter-mobile-otp-component.component.css'] + styleUrls: ['./abha-enter-mobile-otp-component.component.css'], + + standalone: false, }) export class AbhaEnterMobileOtpComponentComponent { generateMobileOTPForm!: FormGroup; diff --git a/src/registrar/abha-components/abha-enter-otp-component/abha-enter-otp-component.component.ts b/src/registrar/abha-components/abha-enter-otp-component/abha-enter-otp-component.component.ts index 50116c4..6167f08 100644 --- a/src/registrar/abha-components/abha-enter-otp-component/abha-enter-otp-component.component.ts +++ b/src/registrar/abha-components/abha-enter-otp-component/abha-enter-otp-component.component.ts @@ -13,7 +13,9 @@ import { GenerateAbhaComponentComponent } from '../generate-abha-component/gener @Component({ selector: 'app-abha-enter-otp-component', templateUrl: './abha-enter-otp-component.component.html', - styleUrls: ['./abha-enter-otp-component.component.css'] + styleUrls: ['./abha-enter-otp-component.component.css'], + + standalone: false, }) export class AbhaEnterOtpComponentComponent { diff --git a/src/registrar/abha-components/abha-generation-success-component/abha-generation-success-component.component.ts b/src/registrar/abha-components/abha-generation-success-component/abha-generation-success-component.component.ts index 3589992..6505628 100644 --- a/src/registrar/abha-components/abha-generation-success-component/abha-generation-success-component.component.ts +++ b/src/registrar/abha-components/abha-generation-success-component/abha-generation-success-component.component.ts @@ -11,7 +11,9 @@ import { AbhaEnterMobileOtpComponentComponent } from '../abha-enter-mobile-otp-c @Component({ selector: 'app-abha-generation-success-component', templateUrl: './abha-generation-success-component.component.html', - styleUrls: ['./abha-generation-success-component.component.css'] + styleUrls: ['./abha-generation-success-component.component.css'], + + standalone: false, }) export class AbhaGenerationSuccessComponentComponent { diff --git a/src/registrar/abha-components/abha-mobile-component/abha-mobile-component.component.ts b/src/registrar/abha-components/abha-mobile-component/abha-mobile-component.component.ts index 5864156..b298df6 100644 --- a/src/registrar/abha-components/abha-mobile-component/abha-mobile-component.component.ts +++ b/src/registrar/abha-components/abha-mobile-component/abha-mobile-component.component.ts @@ -10,7 +10,9 @@ import { SessionStorageService } from '../../services/session-storage.service'; @Component({ selector: 'app-abha-mobile-component', templateUrl: './abha-mobile-component.component.html', - styleUrls: ['./abha-mobile-component.component.css'] + styleUrls: ['./abha-mobile-component.component.css'], + + standalone: false, }) export class AbhaMobileComponentComponent { generateMobileOTPForm!: FormGroup; diff --git a/src/registrar/abha-components/abha-verify-success-component/abha-verify-success-component.component.ts b/src/registrar/abha-components/abha-verify-success-component/abha-verify-success-component.component.ts index 88c3ea8..d5eaa96 100644 --- a/src/registrar/abha-components/abha-verify-success-component/abha-verify-success-component.component.ts +++ b/src/registrar/abha-components/abha-verify-success-component/abha-verify-success-component.component.ts @@ -9,7 +9,9 @@ import { ConfirmationService } from 'src/app/app-modules/core/services'; @Component({ selector: 'app-abha-verify-success-component', templateUrl: './abha-verify-success-component.component.html', - styleUrls: ['./abha-verify-success-component.component.css'] + styleUrls: ['./abha-verify-success-component.component.css'], + + standalone: false, }) export class AbhaVerifySuccessComponentComponent { diff --git a/src/registrar/abha-components/biometric-authentication/biometric-authentication.component.ts b/src/registrar/abha-components/biometric-authentication/biometric-authentication.component.ts index d503f32..5c5b1a7 100644 --- a/src/registrar/abha-components/biometric-authentication/biometric-authentication.component.ts +++ b/src/registrar/abha-components/biometric-authentication/biometric-authentication.component.ts @@ -15,6 +15,7 @@ import { HttpServiceService } from 'src/app/app-modules/core/services/http-servi selector: 'app-biometric-authentication', templateUrl: './biometric-authentication.component.html', styleUrls: ['./biometric-authentication.component.css'], + standalone: false, }) export class BiometricAuthenticationComponent implements OnInit { transactionId: any; diff --git a/src/registrar/abha-components/display-abha-card/display-abha-card.component.ts b/src/registrar/abha-components/display-abha-card/display-abha-card.component.ts index 982ef2a..fd3a89b 100644 --- a/src/registrar/abha-components/display-abha-card/display-abha-card.component.ts +++ b/src/registrar/abha-components/display-abha-card/display-abha-card.component.ts @@ -8,7 +8,9 @@ import { HttpServiceService } from 'src/app/app-modules/core/services/http-servi @Component({ selector: 'app-display-abha-card', templateUrl: './display-abha-card.component.html', - styleUrls: ['./display-abha-card.component.css'] + styleUrls: ['./display-abha-card.component.css'], + + standalone: false, }) export class DisplayAbhaCardComponent { diff --git a/src/registrar/abha-components/download-search-abha/download-search-abha.component.ts b/src/registrar/abha-components/download-search-abha/download-search-abha.component.ts index 662e042..c9ee595 100644 --- a/src/registrar/abha-components/download-search-abha/download-search-abha.component.ts +++ b/src/registrar/abha-components/download-search-abha/download-search-abha.component.ts @@ -11,7 +11,9 @@ import { environment } from 'src/environments/environment'; @Component({ selector: 'app-download-search-abha', templateUrl: './download-search-abha.component.html', - styleUrls: ['./download-search-abha.component.css'] + styleUrls: ['./download-search-abha.component.css'], + + standalone: false, }) export class DownloadSearchAbhaComponent { currentLanguageSet: any; diff --git a/src/registrar/abha-components/generate-abha-component/generate-abha-component.component.ts b/src/registrar/abha-components/generate-abha-component/generate-abha-component.component.ts index 607ffe3..6bec361 100644 --- a/src/registrar/abha-components/generate-abha-component/generate-abha-component.component.ts +++ b/src/registrar/abha-components/generate-abha-component/generate-abha-component.component.ts @@ -12,7 +12,9 @@ import { AbhaMobileComponentComponent } from '../abha-mobile-component/abha-mobi @Component({ selector: 'app-generate-abha-component', templateUrl: './generate-abha-component.component.html', - styleUrls: ['./generate-abha-component.component.css'] + styleUrls: ['./generate-abha-component.component.css'], + + standalone: false, }) export class GenerateAbhaComponentComponent { diff --git a/src/registrar/abha-components/health-id-display-modal/health-id-display-modal.component.ts b/src/registrar/abha-components/health-id-display-modal/health-id-display-modal.component.ts index 9afb45e..3cab64e 100644 --- a/src/registrar/abha-components/health-id-display-modal/health-id-display-modal.component.ts +++ b/src/registrar/abha-components/health-id-display-modal/health-id-display-modal.component.ts @@ -76,6 +76,7 @@ import { DownloadSearchAbhaComponent } from '../download-search-abha/download-se }, }, ], + standalone: false, }) export class HealthIdDisplayModalComponent implements OnInit, DoCheck { chooseHealthID: any; diff --git a/src/registrar/beneficiary-details/beneficiary-details.component.ts b/src/registrar/beneficiary-details/beneficiary-details.component.ts index efe6c50..1389d04 100644 --- a/src/registrar/beneficiary-details/beneficiary-details.component.ts +++ b/src/registrar/beneficiary-details/beneficiary-details.component.ts @@ -43,6 +43,7 @@ import { environment } from 'src/environments/environment'; selector: 'app-beneficiary-details', templateUrl: './beneficiary-details.component.html', styleUrls: ['./beneficiary-details.component.css'], + standalone: false, }) export class BeneficiaryDetailsComponent implements OnInit, DoCheck, OnDestroy { beneficiary: any; diff --git a/src/registrar/dashboard/dashboard.component.ts b/src/registrar/dashboard/dashboard.component.ts index cb099ff..a352bc9 100644 --- a/src/registrar/dashboard/dashboard.component.ts +++ b/src/registrar/dashboard/dashboard.component.ts @@ -26,6 +26,7 @@ import { Component, OnInit } from '@angular/core'; selector: 'app-dashboard', templateUrl: './dashboard.component.html', styleUrls: ['./dashboard.component.css'], + standalone: false, }) export class DashboardComponent { constructor() {} diff --git a/src/registrar/family-tagging/create-family-tagging/create-family-tagging.component.ts b/src/registrar/family-tagging/create-family-tagging/create-family-tagging.component.ts index 7b68e6c..97ed7aa 100644 --- a/src/registrar/family-tagging/create-family-tagging/create-family-tagging.component.ts +++ b/src/registrar/family-tagging/create-family-tagging/create-family-tagging.component.ts @@ -32,6 +32,7 @@ import { SessionStorageService } from '../../services/session-storage.service'; selector: 'app-create-family-tagging', templateUrl: './create-family-tagging.component.html', styleUrls: ['./create-family-tagging.component.css'], + standalone: false, }) export class CreateFamilyTaggingComponent implements OnInit, DoCheck { @ViewChild('newFamilyTaggingForm') form: any; diff --git a/src/registrar/family-tagging/edit-family-tagging/edit-family-tagging.component.ts b/src/registrar/family-tagging/edit-family-tagging/edit-family-tagging.component.ts index 411403f..3d9200b 100644 --- a/src/registrar/family-tagging/edit-family-tagging/edit-family-tagging.component.ts +++ b/src/registrar/family-tagging/edit-family-tagging/edit-family-tagging.component.ts @@ -31,6 +31,7 @@ import { SessionStorageService } from '../../services/session-storage.service'; selector: 'app-edit-family-tagging', templateUrl: './edit-family-tagging.component.html', styleUrls: ['./edit-family-tagging.component.css'], + standalone: false, }) export class EditFamilyTaggingComponent implements OnInit, DoCheck { @ViewChild('editFamilyTaggingForm') diff --git a/src/registrar/family-tagging/family-tagging-details/family-tagging-details.component.ts b/src/registrar/family-tagging/family-tagging-details/family-tagging-details.component.ts index f696e78..9515fb7 100644 --- a/src/registrar/family-tagging/family-tagging-details/family-tagging-details.component.ts +++ b/src/registrar/family-tagging/family-tagging-details/family-tagging-details.component.ts @@ -45,6 +45,7 @@ import { environment } from 'src/environments/environment'; selector: 'app-family-tagging-details', templateUrl: './family-tagging-details.component.html', styleUrls: ['./family-tagging-details.component.css'], + standalone: false, }) export class FamilyTaggingDetailsComponent implements OnInit, DoCheck, OnDestroy diff --git a/src/registrar/registration/abha-information/abha-information.component.ts b/src/registrar/registration/abha-information/abha-information.component.ts index ffdb365..6cfdb0a 100644 --- a/src/registrar/registration/abha-information/abha-information.component.ts +++ b/src/registrar/registration/abha-information/abha-information.component.ts @@ -16,7 +16,9 @@ import { AmritTrackingService } from 'Common-UI/src/tracking'; @Component({ selector: 'app-abha-information', templateUrl: './abha-information.component.html', - styleUrls: ['./abha-information.component.css'] + styleUrls: ['./abha-information.component.css'], + + standalone: false, }) export class AbhaInformationComponent { diff --git a/src/registrar/registration/consent-form/consent-form.component.ts b/src/registrar/registration/consent-form/consent-form.component.ts index 8a1f327..29381cc 100644 --- a/src/registrar/registration/consent-form/consent-form.component.ts +++ b/src/registrar/registration/consent-form/consent-form.component.ts @@ -30,6 +30,7 @@ import { Consent, SearchComponent } from 'Common-UI/src/registrar/search/search. selector: 'app-consent-form', templateUrl: './consent-form.component.html', styleUrls: ['./consent-form.component.css'], + standalone: false, }) export class ConsentFormComponent implements OnInit { currentLanguageSet: any; diff --git a/src/registrar/registration/location-information/location-information.component.ts b/src/registrar/registration/location-information/location-information.component.ts index d04aa5b..9ed0f1f 100644 --- a/src/registrar/registration/location-information/location-information.component.ts +++ b/src/registrar/registration/location-information/location-information.component.ts @@ -17,6 +17,7 @@ import { Injector } from '@angular/core'; selector: 'app-location-information', templateUrl: './location-information.component.html', styleUrls: ['./location-information.component.css'], + standalone: false, }) export class LocationInformationComponent { @Input() diff --git a/src/registrar/registration/other-information/other-information.component.ts b/src/registrar/registration/other-information/other-information.component.ts index 4820cf4..ce70f4b 100644 --- a/src/registrar/registration/other-information/other-information.component.ts +++ b/src/registrar/registration/other-information/other-information.component.ts @@ -15,6 +15,7 @@ import { ConsentFormComponent } from '../consent-form/consent-form.component'; selector: 'app-other-information', templateUrl: './other-information.component.html', styleUrls: ['./other-information.component.css'], + standalone: false, }) export class OtherInformationComponent { @Input('otherInfoFormGroup') diff --git a/src/registrar/registration/personal-information/personal-information.component.ts b/src/registrar/registration/personal-information/personal-information.component.ts index 1d0cca2..6892d32 100644 --- a/src/registrar/registration/personal-information/personal-information.component.ts +++ b/src/registrar/registration/personal-information/personal-information.component.ts @@ -60,6 +60,7 @@ import { environment } from 'src/environments/environment'; }, }, ], + standalone: false, }) export class PersonalInformationComponent { @Input() diff --git a/src/registrar/registration/registration.component.ts b/src/registrar/registration/registration.component.ts index faf10d9..6cf019c 100644 --- a/src/registrar/registration/registration.component.ts +++ b/src/registrar/registration/registration.component.ts @@ -23,7 +23,9 @@ import { SessionStorageService } from '../services/session-storage.service'; @Component({ selector: 'app-registration', templateUrl: './registration.component.html', - styleUrls: ['./registration.component.css'] + styleUrls: ['./registration.component.css'], + + standalone: false, }) export class RegistrationComponent { diff --git a/src/registrar/search-dialog/search-dialog.component.ts b/src/registrar/search-dialog/search-dialog.component.ts index b503ded..a74834a 100644 --- a/src/registrar/search-dialog/search-dialog.component.ts +++ b/src/registrar/search-dialog/search-dialog.component.ts @@ -90,6 +90,7 @@ interface Beneficary { }, }, ], + standalone: false, }) export class SearchDialogComponent implements OnInit, DoCheck { // for ID Manpulation diff --git a/src/registrar/search-family/search-family.component.ts b/src/registrar/search-family/search-family.component.ts index fd658d7..f40a9dc 100644 --- a/src/registrar/search-family/search-family.component.ts +++ b/src/registrar/search-family/search-family.component.ts @@ -57,6 +57,7 @@ interface Beneficary { selector: 'app-search-family', templateUrl: './search-family.component.html', styleUrls: ['./search-family.component.css'], + standalone: false, }) export class SearchFamilyComponent implements OnInit, DoCheck { masterData: any; diff --git a/src/registrar/search/search.component.ts b/src/registrar/search/search.component.ts index 0577a3d..6cb9e1c 100644 --- a/src/registrar/search/search.component.ts +++ b/src/registrar/search/search.component.ts @@ -57,6 +57,7 @@ export interface Consent { selector: 'app-search', templateUrl: './search.component.html', styleUrls: ['./search.component.css'], + standalone: false, }) export class SearchComponent implements OnInit, DoCheck, AfterViewChecked, OnDestroy { rowsPerPage = 5; diff --git a/src/registrar/services/rddevice.service.ts b/src/registrar/services/rddevice.service.ts index 9fe2436..fd45779 100644 --- a/src/registrar/services/rddevice.service.ts +++ b/src/registrar/services/rddevice.service.ts @@ -1,7 +1,7 @@ import { HttpClient } from '@angular/common/http'; import { Injectable } from '@angular/core'; import { BehaviorSubject, Observable } from 'rxjs'; -import * as $ from 'jquery'; +import $ from 'jquery'; @Injectable({ providedIn: 'root' }) export class RdDeviceService {