Skip to main content

Questions tagged [angular]

Questions about Angular (not to be confused with AngularJS), the web framework from Google. Use this tag for Angular questions which are not specific to an individual version. For the older AngularJS (1.x) web framework, use the AngularJS tag.

1 vote
1 answer
8 views

When I use mat-tooltip inside mat-icon element in angular material 18 it shows Icon text instead of icon shape

As I mentioned in the title, I'm stuck in a problem with <mat-icon> element when I add matTooltip inside it. here is my .html tags : <mat-icon [matTooltip]="element[allColumnsList[this....
Blue Moon's user avatar
  • 431
0 votes
0 answers
8 views

.Net 8 web API and Angular application getting error 405 after deployed into the IIS server

I have web application buit in .net 8 and angular. Both web api and angular are part of same solution. Everything working fine with visual studio but when I deployed application on IIS I get error 405....
user3184339's user avatar
1 vote
2 answers
23 views

How do I apply the `canActivateFn` to all routes in a standalone Angular application?

In module-based applications, to add a guard to all routes at once, i can pass it as the second parameter to the RouterModule.forRoot function. RouterModule.forRoot(routes, { canActivate: [AuthGuard] }...
Vlad's user avatar
  • 11
1 vote
0 answers
21 views

Angular SSR and cypress tests

I have updated my angular application to use the latest Angular version 18 with SSR and Hydration enabled. However when I run my Cypress tests, a lot of them fail because it seems to be ignoring the ...
Kim's user avatar
  • 2,144
0 votes
0 answers
11 views

Worldpay Angular and .NET secure form with card payment

I have .Net Core Backend and Angular 17 UI. Trying to find out manual how to make payments by credit card using WorldPay. Bes scenario is to have form provided by WorldPay and without storing any data ...
voltdev's user avatar
  • 308
0 votes
0 answers
28 views

Angular 18 application breaks after request on locahost

I've updated my Angular app to 18 version. I'm behind a corporate proxy, with my proxy file looking like this: let proxyConfig = { '/test/**': { target: 'https://myUrl/test', secure: true, ...
anyway07's user avatar
  • 315
1 vote
1 answer
22 views

How to disable search engine choice screen?

Using karma for unit-testing in an Angular project works fine. With a new Chrome version a "search engine selection" windows pops up on each npm run test. How to disable this ?
Reinhard's user avatar
  • 1,576
0 votes
0 answers
7 views

Disable Apyrse loading Typefaces in Background

I need some help with the Apryse Web Viewer in my Angular project. I have a large number of PDF files that users can open in the Web Viewer to edit or fill out. However, I've noticed that the default ...
qays ziaey's user avatar
0 votes
0 answers
15 views

How to solve Cache problem in angular application [duplicate]

I'm facing an issue regarding cache in browser. Whenever I'm deploying new Angular UI the cache of Older remains untill I clear the browser cache manually. How can I solve this Thanks in advance for ...
Atharva Zade's user avatar
-2 votes
1 answer
25 views

Confused by Angular example on checked checkbox [closed]

On this page, there is example code and rendering of it. In particular, with the example code: <mat-checkbox class="example-margin" [(ngModel)]="checked">Checked</mat-...
Dean Hiller's user avatar
  • 19.9k
1 vote
1 answer
23 views

Setting custom primary key with NgRx signal store withEntities

Problem I have an ngrx/signalStore that contains fruits as entities. For proper usage of the signalStore, you need to have an id field in the Fruit class, but the API I use retrieves fruits that have ...
Levente Vági's user avatar
0 votes
0 answers
9 views

nativescript angular project, problems with fantasticon

In my nativescript angular project, the icons are displayed this way. Does anyone know why?enter image description here The battery icon should be displayed here. Please help me with this problem. ...
Like Channel's user avatar
0 votes
0 answers
17 views

Encountered Violation warnings in console repeatedly when tried perform events like scroll, click, or mouseleave

I recently updated Angular from version 11 to 14, along with Angular Material. After the update, whenever I trigger events like click, change, scroll, blur, mouseover, or mouseleave, I receive ...
Girish Agarwal's user avatar
1 vote
0 answers
15 views

Angular Front-end editing picture problem

So i am currently working on a web application that i can add user which has name last name age born date and a picture .And after i create a user i can delete and edit it . My problem is when i ...
Ivan Drusanov's user avatar
2 votes
1 answer
19 views

"Angular Firebase: User ID is null and localStorage Unavailable in SSR with isPlatformBrowser"

dashboard.component.ts : ngOnInit() { const userId = this.authService.getUserId(); if (userId) { this.loadProfileImage(userId); } else { console.error('User ID is null. ...
Mohamed Seif Ben Salah's user avatar

15 30 50 per page
1
2 3 4 5
20400