307,335 questions
0
votes
0
answers
8
views
Enabling More DevExpress Charts in Dashboard Toolbox (Common Section) - dx-dashboard-control
I am evaluating with the DevExpress Dashboard for our Reporting and In-app dashboard needs. I am working on a POC right now, usuing dx-dashboard-control and would like to enable additional built-in ...
0
votes
1
answer
22
views
Type 'Signal<boolean>' is not assignable to type 'Signal<unknown>'
I am working on an app which is using a pretty simple signal store. It worked the last days but suddenly today I got the following error:
Type 'Signal<boolean>' is not assignable to type 'Signal&...
-1
votes
0
answers
17
views
ngx quill editor accessiblity issue [closed]
I'm trying to implement the Quill editor in my Angular project, but I'm running into some accessibility issues.
issue description
Some of the toolbar buttons (elements with role="button") ...
0
votes
0
answers
26
views
Angular's PrimeNG button displays differently [closed]
I created a new angular application and I'm planning to use PrimeNG v19 as my UI suite. However, upon setting this up, I just can't seem to make the "test" button match the color sampled in ...
0
votes
0
answers
19
views
Microfrontends - React in an Angular host
I've been trying to have a React app using Vite acting as a microfrontend in an Angular shell / host using Native Federation (also tried using Module Federation). After some time searching, I managed ...
-1
votes
0
answers
23
views
CROS error when using getToken() for FCM token
Operating System
Windows and MAC
Environment
Angular 18.2.6
Firebase SDK Version
11.6.0
navigator.serviceWorker.register('/agent/firebase-messaging-sw.js', { scope: '/agent/' }).then(async (...
1
vote
1
answer
34
views
Data not being displayed on template but data is fetched
I am trying to display data using rxResource. However, data returned is always undefined. However, inspecting the network tabs shows the data is indeed being fetched and I'm just doing something wrong ...
-3
votes
0
answers
22
views
Angular Library Update from 15 to 17 [closed]
I'm upgrading my Angular library project from Angular 15 to Angular 17. After updating dependencies like ngx-spinner and @ng-select/ng-select, I'm encountering errors when using them in the library. ...
0
votes
1
answer
19
views
How to use Material icons inside Version 17 PrimeNG components & Version 17 Angular (Over-ride PrimeNG's internal limited icons)
How do i use Material icons inside Version 17 PrimeNG components & Version 17 Angular (Over-ride PrimeNG's internal limited icons) ???
I watched this youtube video of Official PrimeNG
Video link
...
0
votes
0
answers
29
views
Unselecting and other weird behaviors like tapping outside deselect sometimes when the app is tested on a real phone, but works in pc mobile size
This is very weird, when you select the same hour that you selected it should deselect it but it doesn't work when tested on a real phone. When i test it in my pc using mobile size 290 width pixels ...
0
votes
1
answer
51
views
Angular Frontend is not reaching the backend [closed]
In Visual Studio I create a project Angular and ASP.NET core.
I start the project the first time and it works correct.
Then I start a second time (and more) and the frontend is not showing the ...
1
vote
0
answers
24
views
This issue is related to the Angular core lifecycle handling (@angular/core), specifically in nested component
We’re using a grid component structure that includes both ColumnDirective elements and an array-based column configuration. We’ve observed a discrepancy in component destruction behavior between Array-...
0
votes
0
answers
17
views
Kendo Angular Grid Paging bringing back all records instead of subset of records
I have a kendo angular grid being populated by an oracle database. I can not get the paging to work properly. it is my expectation that if i have the paging set to 50 records that I should only ...
1
vote
3
answers
42
views
Angular: How to check if output() has an observer
I stopped using the @Output() decorators since the new output() function got released.
I got my dummy component:
export class TaskComponent implements OnInit {
readonly taskStarted = output<...
1
vote
1
answer
32
views
Taiga UI migration v3 > v4 css priority issue
I migrated taiga in my angular project from v3 to v4. All of a sudden, main styles were taken from taiga light theme and my custom styles are not prioritized.
What could have happened and how can I ...