Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
238 views

I am using the @azure/msal-angular version ^1.1.2, and I am facing an issue on how to update the MsalModule dynamically i am refering the code base https://github.com/AzureAD/microsoft-authentication-...
Ganesh Gudghe's user avatar
-1 votes
1 answer
663 views

I have an angular project that I have to clone first from a git source before proceeding with working on it, I cloned it, the angular version was 7.2, My nodejs i updated to 20.15.1 LTS and angular is ...
user19080871's user avatar
0 votes
1 answer
54 views

I tried adding a custom message in the dropdown when no character matches are found in the dropdown list. Here is the code for the same, which uses ngui-auto-complete to show "No Result Found&...
Anish's user avatar
  • 17
1 vote
1 answer
50 views

I am trying to expand and collapse each table row without adding new properties(expanded1 and expanded2) in the json data. How to do it. Is it possible or not? app.component.ts: export class ...
sarann's user avatar
  • 163
0 votes
1 answer
718 views

I have used angular 7.I am trying to expand and collapse table row by clicking name and place. But it is not opening properly. If i click place name, that place details only i want to show. But in my ...
sarann's user avatar
  • 163
1 vote
1 answer
292 views

Good evening, I have this component: HTML <button mat-menu-item #leagueMenuTrigger="matMenuTrigger" [matMenuTriggerFor]="leagueMenu" (mousedown)="onMouseDown(...
Jean-Francois Bertrand's user avatar
0 votes
1 answer
101 views

Angular SASS (.scss) stripping out properties. How do I prevent this so I can embed duplicate properties for cross browser compatibility? To duplicate, create a new angular 7.2 project { "...
Anish's user avatar
  • 3,232
0 votes
1 answer
17 views

Angular is compiling continuously when I save the changes. I don't know why I am facing this issue. This is the issue Some additional details : Application specific package versions Global package ...
Loganathan's user avatar
0 votes
0 answers
138 views

I am using Angular 7 for front end application and CakePHP for backend. On click of a button, a pdf file should open in the new tab. When I am trying to open it, instead of opening pdf file(url:"...
Priyam's user avatar
  • 31
0 votes
0 answers
48 views

What I tried field: { "pattern": "((?!(demo case)).)*" } <input matInput spellcheck="false" [formControlName]="field.key" [id]="field.key" ...
Kundan SIngh's user avatar
1 vote
1 answer
237 views

Unable to upload ionic 4 app to the apple app store ( Xcode version - 14.2 (14C18) ). we are getting below error. the app references non-public selectors in Payload ...
Priyank's user avatar
  • 3,888
0 votes
1 answer
499 views

I have a angular application with login page. We have set the max no.of retry attempts which is configurable. The login page is working as expected on success. The issue is on failure. The no.of retry ...
GokuSS3's user avatar
  • 313
0 votes
1 answer
452 views

I have a topbar component in an Angular application where an Action is dispatched for logout this.store.dispatch(new Logout()); now this supposed to call Reducer which will return initial state ...
Vinay Soni's user avatar
-1 votes
2 answers
177 views

Recently I have been facing issues in SurveyJS with angular v7, Earlier it was easily working on angular version 7 but now For few months I am facing error of 503 connection error. I have tried every ...
Daksh's user avatar
  • 9
0 votes
0 answers
367 views

I am getting the following output when running ionic serve in my project directory: ERROR in node_modules/typesense/lib/Typesense/Documents.d.ts(2,13): error TS1005: '=' expected. [ng] node_modules/...
Willem Ghijsen's user avatar
0 votes
1 answer
552 views

I am using Angular 7 - three components [a, b, c] use an input element that has the id of [x] however, component [b] has 4 input elements using id of [x] aswell. This raises Accessibility Issues - as ...
Abdul's user avatar
  • 1
0 votes
2 answers
556 views

I'm using Angular version 7 with a component that has a serie of divs being rendering according to the data coming from an @Input and it should be updated due the service response, nevertheless the ...
AndreFontaine's user avatar
1 vote
1 answer
900 views

I'm trying to load a series of scripts from a component of an angular application, I want to do it in a specific component and not in the index.html but I can't find a way to do it, any help or advice?...
Jotita's user avatar
  • 33
0 votes
0 answers
357 views

I am using covalent/core version 4 in my Angular 12 project and unable to find the covalent/core/loading, covalent/core/media and few more libraries which are available in the covalent/core version 3 ...
Shwetha GT's user avatar
1 vote
1 answer
1k views

component.ts searchVideo = (search: string) => { this.query = search; if(this.videos.length == 0){ this.filteredData = []; } if(!this.query){ ...
Souvik Pal's user avatar
-1 votes
1 answer
2k views

I have the template like below: <form class="form" [formGroup]="configWeightage"> <div class="example-container"> Enter value in between 0 to 100 <...
SmartestVEGA's user avatar
  • 8,967
0 votes
0 answers
790 views

I am new to Angular deployments. So today I tried deploying an angular app to local IIS. In one scenario, I was able to see the UI. Scenario 1: Initial route should be navigated to “sample” and ...
Vijay's user avatar
  • 843
-1 votes
1 answer
1k views

I have the following HTML Angular tags, which need to trigger a validation error when there is a negative value entered in any of the groups of textboxes (dynamic array). <tr *ngFor="let order ...
SmartestVEGA's user avatar
  • 8,967
-2 votes
2 answers
2k views

i have this array: myArray = { [0]{priority: 1, percent: 90, correct: true} [1]{priority: 1, percent: 20, correct: true} [2]{priority: 2, percent: 50, correct: true} [3]{priority: 2, percent: 50, ...
Felipe Roman Zegers's user avatar
0 votes
1 answer
889 views

I am trying to implement sorting in <mat-table> using Angular version 7.3. Below is my source code: <table mat-table [dataSource]='dataSource'> <ng-container matColumnDef="...
CoderInUi's user avatar
  • 126

1
2 3 4 5
105