close
Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
66 views

Why are there square brackets around [ngClass] and [attr.data-testid]? What does the value of [ngClass] indicate? For example, what is the || operator doing in there, and the empty string ''? Where ...
Pascal Petherick's user avatar
Best practices
2 votes
1 replies
60 views

Whats better in angular project right now? Because i really confused right now export enum UserRole { ADMIN = 'ADMIN', USER = 'USER', GUEST = 'GUEST', } export type UserRole = 'ADMIN' | 'USER' |...
Leonaldo Jose's user avatar
-4 votes
0 answers
57 views

Mend Bolt in my Azure DevOps pipeline keeps reporting a vulnerability for Chart-1.0.2.min.js (CVE-2020-7746) but the file doesn't exist anywhere in my project. What I've checked: Searched entire ...
Mihai Socaciu's user avatar
-5 votes
0 answers
104 views

Question I have an Angular application where I’m setting up Angular Material modules, HTTP client, forms, and toastr notifications inside my AppModule. The app runs, but I’m unsure if my module setup ...
programquestion's user avatar
1 vote
1 answer
129 views

I have a form within a mat-dialog and I'd like the dialog to "submit" upon pressing the enter key given it is valid, i.e. close and pass the form's value to the dialog's afterClose promise. ...
Otto Abnormalverbraucher's user avatar
Best practices
1 vote
5 replies
107 views

We have: Main project X (Angular app) Helper package P (pure JavaScript internal package) Package P is hosted on our private npm registry and consumed by project X through package.json. Our releases ...
Meet's user avatar
  • 76
0 votes
0 answers
149 views

We have an Angular 18 application running with SSR that works correctly on most devices, but some iPhone users experience a full browser/WebView crash after the page loads and a navigation occurs. The ...
Ben Guri's user avatar
  • 346
-1 votes
1 answer
138 views

Let's say I have 2 pages: first, that creates data (transaction) and second that displays the transactions in table. I also have navigation to those subpages ('/create-transaction' and '/transactions')...
nonamecoder's user avatar
2 votes
4 answers
170 views

Why doesn't my .set(...) method update the signal when the array is constructed with the spread operator? What I have is product editor, that features an input of type file, with a preview generator. ...
Dan Mihalea's user avatar
2 votes
1 answer
78 views

I used Angular version 21 with Material version 21: <mat-form-field appearance="outline"> <mat-label>Outline form field</mat-label> <input matInput placeholder="...
kim Horng's user avatar
Best practices
1 vote
3 replies
74 views

I’m currently working on an Angular project and trying to figure out the best way to set up forms in Angular 18–20. Right now I’m using Reactive Forms, but I’ve seen some discussions about the ...
Leonaldo Jose's user avatar
1 vote
1 answer
78 views

I've got a nav bar in my Angular app. But when I click on the different navigational elements it does not reload the page to the other content on the navbar. I think it is the routerLink= part. I am ...
Jeremy's user avatar
  • 197
1 vote
1 answer
102 views

I have a tooltip element floating above the cursor. The size of the tooltip is obviously dependent on its content. I also need the tooltip to be completely visible inside the viewport, thus I set the ...
Otto Abnormalverbraucher's user avatar
1 vote
1 answer
139 views

In order to simplify form management in my apps, I have created a form component: export type MyFormModel = Record<string, number|string>; export type MyFormFields = MyFormField[]; export type ...
LoganMzz's user avatar
  • 1,663
Best practices
0 votes
2 replies
62 views

for some background we are in Angular 20 & using a java-based server for the API. The client has a use case where they will view a table of URLs matched with data about (an) entity. When they ...
TheLandStander's user avatar

15 30 50 per page
1
2 3 4 5
20436