I'm currently in the process of upgrading my app from v12 to v13 and noticed this warning pop up: Option "deployUrl" is deprecated: Use "baseHref" option, "APP_
So I have a component called custom-modal.component. The HTML file looks like this: <dialog id="custom-modal"> <ng-content></ng-content> <
I want to implement a connexion senario based on Roles in angular. When the user click on CONNEXION button after filling in the form ( username - password), two
I have deployed an angular application in a Tomcat app server in Azure App Service. In order to enable fallback into index.html I included a web.xml file inside
I have setup a compute engine VM with 2vCPU and 2GB RAM.I have setup nginx server and setup the firewalls permissions as shown in the diagram. When I try to acc
I am trying to save a simple menu state whether it is 'open' or 'close' to the browser localStorage. I know I can do it by using localStorage.setItem. But, my p
I need to dispatch an action inside a static function. Is there a way to do this and is it a good practice?
Consider a table, the rows of which are built dynamically - i.e. the HTML element contains an *ngIf directive. On different occassions I want to scroll a select
I'm using "@angular/core": "~12.1.1", "@ionic/angular": "^6.1.4", and "@apirtc/apirtc": "^4.7.2". I'm implementing an audio call following apiRTC doc and I'm ge
The items for multi-checker are not displayed when I run the application locally, however, I tried to reproduce the bug on a stackblitz with the exact same situ
I am setting the cookie in with the command - this.cookieService.set("SessionToken","Niket",20,"null",true,"Lax"); and passing in the interceptor- authReq = re
I'm trying to determine if I'm going down an undesirable path with how I'm approaching generic event management in an Angular application. The question I have i
I have an angular application, and I want to interact with Alfresco community 7.1 via APIs from this List . how can I call these APIs? Another question, I know
I have a table fulfilled with ngFor directive. Each line has a title, a badge (Material badge) and a button. I would like to change matBadge value when I click
It took me a couple days, but I narrowed it down to the type attribute. In my StackBlitz, the first radio set is just putting an empty string in the FormGroup o
I've the following method: retrieveAccessToken() { this.httpClient .get(environment.backendUrl + 'accounts/refresh-token') .subscribe({
I am newbie with ngrx entity, and also in angular. I am trying to store data in the store with ngrx, with multiple reducers. I think am doing well, but the prob
Stackblitz link: https://stackblitz.com/edit/angular-ivy-bafyye?file=src/app/components/user-details/user-details.component.ts I have created nested reactive fo
I have this variable declared in global scope: export class InboxmanagementComponent implements OnInit { statmentID: number; // global vari
I want to execute a pre-defined promise (promise 2) recursively after another promise (promise 1) resolves to see when my connection to a peripheral device retu