Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
1 answer
68 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
86 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
53 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
57 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
2 answers
109 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
1 vote
0 answers
81 views

I have a custom npm package that houses shared components, some of which include a mat-select . I'm using reactive forms and every input type (including chips, buttons, radio, etc) is fine but every ...
dcp3450's user avatar
  • 11.3k
Tooling
0 votes
0 replies
50 views

I'm currently using Angular CLI in the terminal ( as we all do :) ) but I'd like a VS Code extension that provides a graphical interface for running Angular CLI commands (generate components, services,...
Erkam YAMAN's user avatar
Best practices
1 vote
3 replies
105 views

I added a splash screen to my Angular Application and it works. However, I want to know if it is possible to show the splash screen also while the global css file is loading. As you can see in the ...
Silvan's user avatar
  • 381
2 votes
0 answers
44 views

I'm facing a frustrating UX issue with microphone permissions in Chrome. The Flow: User grants mic access -> User later goes to Chrome Site Settings and manually toggles the Microphone to "...
Hiền's user avatar
  • 11
1 vote
2 answers
101 views

I am making a zoo angular project practicing RXJS, where when the user searches or puts in a keystroke it first waits a couple milliseconds before searching so you dont do it on every key stroke. Then ...
CsharpEvan's user avatar
1 vote
0 answers
199 views

The code in app.module.ts is like so: export function ConfigFactoryInitialize(configService: AppSettingsService): () => Promise<AppSettings> { return () => configService.loadAsync(); } ...
pesho hristov's user avatar
Best practices
1 vote
1 replies
72 views

Basically given the following context, what is the best practice? signal<MyCustomType | null>(null) signal<MyCustomType | undefined>(undefined) According to Null vs. Undefined : ...
dorian.naa's user avatar
1 vote
0 answers
76 views

I'm on a fresh install of an angular project and I'm trying to ng serve it after npm i in the folder. I get this error straight up: X [ERROR] TS2393: Duplicate function implementation. [plugin angular-...
LocustHorde's user avatar
  • 6,460
1 vote
0 answers
74 views

Problem This happens specifically in wizard multi-tab forms where same field exists across tabs. I am using Form.io in an ASP.NET Zero Angular project with a wizard (multi-tab form). A dropdown field (...
Technical MB's user avatar
0 votes
0 answers
117 views

First things first - I can't post any code examples as it's proprietary stuff. Now to the problem: I'm using Angular 16 and Signals for change detection. Change detection is working in ngOnInit, but ...
HarvP's user avatar
  • 198

15 30 50 per page
1
2 3 4 5
20438