Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
27 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
46 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,664
Best practices
0 votes
2 replies
34 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
0 votes
1 answer
63 views

I created an Angular address book to learn how to do CRUD operations, but I think it's not retrieving the data in the request. The idea is to list the contacts using the GET method, as shown below. ...
André Nascimento's user avatar
2 votes
1 answer
55 views

I'm trying to use Angular's rxResource to handle HTTP requests, mainly for the purpose of better ergonomics in the display by utilizing rxResource's hasValue() , error and isLoading(). While it works ...
Dimitar's user avatar
  • 23
1 vote
0 answers
97 views

I have a component with an input and some extra and if I edit the input field and leave it by tabbing or clicking outside my change work however if I call onChange via code then nothing happens. Here ...
Erik Brännlund's user avatar
Advice
0 votes
3 replies
80 views

angular application has two files Main.ts and index.html which one to use.i recently encountered a tutorial called w3schools.com where it contained two files Main.ts and Index.html.can you suggest ...
GaneshKumar J's user avatar
0 votes
0 answers
43 views

I’m using Angular with ngx-build-plus and Webpack Module Federation. I have a Web Worker like this: const worker = new Worker(new URL('./model.worker.ts', import.meta.url)); Inside the worker, I ...
ramachandruni kousik's user avatar
4 votes
2 answers
144 views

I have an SVG with a blinking circle used as a loading animation. The circle is positioned at a fixed coordinate using cx and cy: <circle cx="316" cy="59.5" r="7" fill=...
Mumpitz's user avatar
  • 31
Best practices
1 vote
2 replies
89 views

I'm getting back into Angular for the first time since v8, and have been really liking using signals as a cleaner alternative to RxJS. The one thing that appears to be missing is the Signal equivalent ...
XenoByteZero's user avatar
-2 votes
0 answers
128 views

If I change something inside my application, for example content in HTML file, the browser is not reloading. Instead I manually have to press F5. package.json "dependencies": { "@...
Christopher's user avatar
2 votes
2 answers
104 views

I'm building a reusable mask directive in Angular 21 that wraps NgxMaskDirective as a host directive. The goal is to support named masks for common Brazilian document and formatting patterns (CPF, ...
Max Bündchen's user avatar
-3 votes
1 answer
63 views

In my Angular 21 project, I am facing an integration issue between Redux state management and the HTTP interceptor pipeline, where the expected synchronization of authentication data (such as JWT ...
Geek IT's user avatar
Tooling
0 votes
5 replies
65 views

I need to profile what is going on inside my ng build to get an idea of where the bottlenecks are. I've already generated the stats.json and viewed it with the esbuild bundle analyzer. However, I'm ...
Jason's user avatar
  • 4,198
0 votes
3 answers
148 views

I'm following the Angular Material documentation. https://material.angular.dev/guide/getting-started When using MatSlideToggle in a standalone component I get this error: 'imports' must be an array ...
Lun's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
20437