Skip to main content
0 votes
1 answer
46 views

In my component I have httpResource: export class EmployeesComponent { employees = httpResource<EmployeeResponseDtoOutput[]>(() => '/api/employees', { defaultValue: [], }); } and in ...
TalVik99's user avatar
  • 304
0 votes
0 answers
24 views

Reference: screen recording link I’m working on a feature similar to Figma or Lucidchart where an ellipse (or circle) is placed inside a reference box (a square) with four corner handles for resizing. ...
yashwanth's user avatar
1 vote
3 answers
58 views

In my code I am trying to get the result from this observable: // Runs fine obtenerOfertaPorId(id: number): Observable<Oferta> { return this.http.get<Oferta>(`${this.apiUrl}${this....
Horacio García Magallanes's user avatar
-3 votes
0 answers
31 views

I was doing the tutorial from https://angular.dev/tutorials/first-app/11-details-page. I got the error message below: NG8113: Home is not used within the template of App [plugin angular-compiler] ...
Damon Heinz's user avatar
0 votes
0 answers
57 views

Which approach to passing static string values as inputs to an Angular component is considered a better practice and is more performant? Pass input via an attribute <some-component color="red&...
Lukasz Prus's user avatar
0 votes
0 answers
14 views

I am using Angular 12 with the package [email protected]. The cron editor renders correctly, but when I try to patch an existing cron expression into my reactive form, the UI of the cron editor ...
Prashant G's user avatar
Tooling
0 votes
2 replies
87 views

I am reviewing Angular source code. What tools does Angular team use to design these svg? I take some for example: //adev/src/assets/images/overview.svg //adev/src/assets/images/roadmap.svg //adev/src/...
anlex N's user avatar
  • 23
1 vote
0 answers
41 views

I am working with a .NET + Angular WebApp Project I added Angular Aria to the Angular project hoping to use their Autocomplete feature for a Select Box. I copied the code directly from the first ...
freedomdev's user avatar
-1 votes
0 answers
17 views

I have an Ionic Angular application where scrolling is completely broken on iOS (Safari, Firefox, Edge - all WebKit-based). Desktop browsers work perfectly. The diagnostic evidence shows that the ....
MatthewSamaha's user avatar
0 votes
0 answers
34 views

I use the PrimeNG OverlayPanel to display popups in my Angular app. I noticed that for the same content, it sometimes displays a scrollbar and sometimes does not. As you can see in the screenshots, ...
SimonD's user avatar
  • 1,567
1 vote
0 answers
42 views

Excel re-triggers custom functions created in office.js api addin, but from documentation it should only re-trigger the formulas which are volatile function and in office.js api to specify custom ...
Shukla Dev's user avatar
0 votes
1 answer
49 views

today I'm trying to create a simple chat page with chat list and chat window. I tryed to implement it with auxilary routes, but some weird error stopped me. CONTEXT: I have an application - folder ...
Alex Smykov's user avatar
-1 votes
0 answers
27 views

I have an Angular 20 app, running Storybook 10. My component works perfectly, however, I'm trying to set up Storybook to mock a navigation link. I just can't seem to get it to work. This is my ...
Brian Kitt's user avatar
0 votes
0 answers
19 views

I am using Angular 21 with GoldenLayout (v2). Inside a GoldenLayout component, I load an external site inside an . The problem: Whenever I move the panel, drag it, dock it somewhere else, or resize ...
Uday Baldha's user avatar
1 vote
1 answer
55 views

I'm working with an Angular Material table (mat-table) that has sorting enabled via matSort. Sorting works perfectly when I click on the column headers (mat-sort-header). Now, I want to trigger the ...
Dung Tran's user avatar

15 30 50 per page
1
2 3 4 5
20457