Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
40 views

I am currently migrating an AngularJS application to Angular 19+. I am using template-driven forms, because it is close to the AngularJS way of doing it. When I have a form input in AngularJS using ng-...
tschach's user avatar
Advice
0 votes
4 replies
31 views

im a beginner in web-development but curious to learn new things and finding my way in programming my own websites / web-apps. I heard that Laravel as backend is very recommendet because its simple ...
ChichiKugel's user avatar
0 votes
0 answers
34 views

When adding Module Federation to a new Angular 20 project using ng add @angular-architects/module-federation and building the app with npx ng build, the build completes successfully. However, when ...
Mr-Thakur's user avatar
0 votes
0 answers
34 views

I am struggling with an indexing issue on an Angular 20 project hosted on Firebase. While my main landing page is indexed, all subpages remain in the Google Search Console (GSC) status: "Crawled –...
Linus Haertel's user avatar
0 votes
1 answer
65 views

We have a bunch of nested models and I'm currently writing schema validator functions for those models so that we can combine the overall validation with some kind of encapsulation of the validation ...
Peter T.'s user avatar
  • 3,467
-6 votes
1 answer
54 views

I am working on a legacy ASP.NET Framework 4.8 application that hosts an Angular 18 SPA. My goal is to implement a strict Content-Security-Policy (CSP) using nonce, without using: ❌ unsafe-inline ❌ ...
Vikas Sharma's user avatar
0 votes
0 answers
32 views

I’m working on an Android app. I want to make the password manager on Android (Samsung device) usable with my login form. I’m testing the app via USB debugging on an older Samsung phone. According to ...
Arian X's user avatar
1 vote
0 answers
33 views

I'm trying to implement skeleton loaders alongside SSR and Angular hydration, but I'm facing a problem where I can't figure out how to make this work properly on initial render. delay(1000) is applied ...
Chrillewoodz's user avatar
  • 28.5k
0 votes
0 answers
34 views

We’re migrating a legacy Angular 11 project from View Engine to Ivy. After switching to Ivy, the application crashes during change detection with internal errors that trace back to _lView array access....
Mukesh Kumar's user avatar
1 vote
1 answer
49 views

I'm working on an Angular 18 project (no SSR, standard client-side rendering). My goal is to have a strict CSP without 'unsafe-inline' or 'unsafe-eval' anywhere. Current web.config CSP (very strict): ...
Vikas Sharma's user avatar
1 vote
1 answer
50 views

In Angular 16, I had code like this to generate switch cases using the old syntax: <div [ngSwitch]="someOption"> <ng-container *ngFor="let element of coll"> ...
Carcigenicate's user avatar
0 votes
0 answers
73 views

I am trying to send an image in the body of an Outlook email using Angular. But it is not working. Is this possible? app.component.ts: import { Component, VERSION, OnInit } from '@angular/core'; @...
Power All's user avatar
0 votes
2 answers
46 views

Just learning signal forms and I'm trying to extend the functionality of the new FormField directive in angular 21 to add some custom classes to show valid/invalid states on my input. So, here's what ...
Drunken Daddy's user avatar
Best practices
0 votes
2 replies
29 views

I have Angular v21 app in ssr standalone architecture. In my app.ts I dynamically load either a mobile or desktop version depending on the window width. I want both mobile and desktop versions to ...
Murmulodi's user avatar
  • 741
0 votes
0 answers
56 views

Environment: Angular 17 Application starts as standalone. Some parts of the application is having standalone components and some have modules. The issue is in a component which is part of a module. ...
hemant's user avatar
  • 531
0 votes
1 answer
59 views

I have a moderately sized angular app with an edit control (edit, save, cancel) used throughout the app that controls permissions, view state/etc. There can be multiple instances of this component in ...
Shawn's user avatar
  • 2,380
Best practices
1 vote
3 replies
40 views

I am creating an e-com project. I am fetching data from the backend, the data is being returned, but in my html, the array is appearing empty. private apiService = inject(sProducts); url: string = &...
Souvik Samanta's user avatar
0 votes
2 answers
56 views

We are using Angular 14 for our frontend application. As per Angular’s build process, the final output is plain HTML, CSS, and JavaScript. Based on this, our understanding is that Angular applications ...
Niraj Paradva's user avatar
0 votes
1 answer
27 views

I am trying to automate a table test on a site written in Angular, I can get Cypress to find the field label but it just won't locate the actual Quill editor inside the multiple-text element. I can ...
rpmiles81's user avatar
0 votes
1 answer
68 views

When I try to run npm run build , Angular complains about the Node version installed. The version it's complaining about is not installed at all, and definitely not the one that NVM currently set to. ...
karczilla's user avatar
  • 125
0 votes
1 answer
67 views

I'm currently migrating my projects from @angular/animations to CSS animations because the animations library is deprecated and going to be removed in Angular 23. Migrating animations to CSS ...
julianpoemp's user avatar
  • 2,062
-2 votes
0 answers
40 views

We have a micro frontend setup consisting of a host application (shell app) and a remote application. PrimeNG v18 and its required dependencies (PrimeIcons, PrimeFlex, Angular CDK) were installed and ...
Dhilip Babu's user avatar
0 votes
0 answers
90 views

Let's take this simple example: I have want to write an app that edits an objects that has a list of e.g. users as one property and a user edit component should be rendered for every user in the list. ...
Peter T.'s user avatar
  • 3,467
Best practices
0 votes
2 replies
40 views

I’m working on a project using Angular 17+ Signals and I’m looking for some advice on the best way to expose data from a service to multiple different forms. I have an API that returns a settings ...
user2288270's user avatar
0 votes
0 answers
85 views

I encountered an issue with my Angular Guard. When I type a path, for example /home, I get automatically redirected to /login. Here’s the Guard code I’m using: import { isPlatformBrowser } from '@...
Hamza Mohamed's user avatar
1 vote
1 answer
48 views

I have an angular application available in English and French. It displays the list of pictures of different countries @for (country of countries; track $index) { <h2 i18n>Pictures of {{country}}...
lolo's user avatar
  • 726
1 vote
0 answers
82 views

I am attempting to use HTML canvas to collect signatures. The drawing works perfectly on mobile but I cannot seem to get the drawing to work on mobile. To be clear the canvas does appear on mobile, it ...
user32257834's user avatar
Best practices
0 votes
3 replies
30 views

I’m working on an Angular frontend with a .NET BFF backend secured using Azure AD authentication (cookie-based, no tokens stored in local/session storage). Current setup: Frontend: Angular Backend: ....
Kunal's user avatar
  • 11
0 votes
2 answers
103 views

I am using Angular to pull a JSON file from a URL and trying to display the values in my page. My current issue is I am getting an error as follows: Element implicitly has an 'any' type because ...
The Quackiest's user avatar
Advice
1 vote
1 replies
26 views

Let's say I retrieve a list of items with a regular HttpRequest, and inside subscribe, I set the value and later update the signal to add more items: someSignal = signal<SomeListInterface[]>([])...
Baron Daniel's user avatar
1 vote
1 answer
68 views

I have an Angular SPA application which uses Angular MSAL, enabling users to log into the application. The security permissions (Read directory data) to access the Entra Id User Log Data have been ...
meji's user avatar
  • 1,220
1 vote
2 answers
118 views

I have 3 signals. All of them are needed to fetch wiki items. My current approach is to define an effect in the constructor of the component which checks if all the signals have a value and if so, ...
Lukas Van Holle's user avatar
0 votes
0 answers
71 views

I am building a large-scale enterprise Angular application using NgRx SignalStore. I strictly separate my modules (e.g., UserModule, RoleModule), where each module has its own Store and Service. Also ...
RAHUL KUNDU's user avatar
  • 1,097
3 votes
2 answers
94 views

Using Angular v17, I am trying to get data from app.component.ts into home.component.ts but I am getting an error "Property 'results' does not exist on type 'HomeComponent'." My full project ...
The Quackiest's user avatar
Advice
1 vote
2 replies
49 views

I know that Angular gives the following advice for validation in custom controls: IMPORTANT: Don't implement validation logic in your control. Define validation rules in the form schema and let your ...
David Mason's user avatar
  • 1,561
4 votes
2 answers
120 views

I have an Angular v20 application with signal implementations. On one of the logics, I have a component where I have to set the id of the dom element from the signal directly. When I update the signal ...
Dml's user avatar
  • 138
2 votes
1 answer
58 views

My primeng version got upgraded from 17.18.12 to 19.1.3. In my 17.18.12 version, I was using p-chips component with following attributes: <p-chips [allowDuplicate]="false" ...
Agustus Codes's user avatar
2 votes
0 answers
93 views

I am using Blazor WebAssembly custom elements inside an Angular application via Microsoft.AspNetCore.Components.CustomElements. I register the Blazor components like this: builder.RootComponents....
Mosi's user avatar
  • 11
0 votes
0 answers
61 views

So I have a video feed on my Angular site, except it's not a real video feed and is instead just a static image that refreshes every second. Note that this is intended as the source of the feed doesn'...
Deoxys_0's user avatar
  • 305
3 votes
2 answers
149 views

I am trying to create a toast service for my e-commerce project. Initially, this was my code below. There is a toasts array and an add function. We can pass in a message to the add function and it ...
Souvik Samanta's user avatar
2 votes
1 answer
133 views

I am new in Angular environment and I am actually developing a little desktop app with electron. I have inserted the selector (app-root) of the App component (generated automatically) into index.html'...
DynoZ's user avatar
  • 190
0 votes
1 answer
122 views

There's an example on using the new Angular Aria menu feature here. Below is a simplified version of the example code (with only one button): <button ngMenuTrigger #origin #trigger="...
Luke B.'s user avatar
  • 1,308
-1 votes
1 answer
80 views

Looks like Angular version 18.2.14 has a bug on @Directive standalone compiling the directive: import { Directive, ElementRef, HostListener } from '@angular/core'; @Directive({ selector: '[...
Justin's user avatar
  • 1,164
0 votes
0 answers
50 views

We have a Angular Web app which has a node js backend. We are using currently node version Y. For CICD we are using a Jenkins server. Jenkins server and web server are both using node version Y. ...
user32206118's user avatar
0 votes
1 answer
69 views

Every time I write a primeng button for some reason in the browser inspector (even when it´s on phone view) the padding (or text) of the button looks centered: However in my phone Google Chrome does ...
Horacio García Magallanes's user avatar
0 votes
1 answer
56 views

In Angular, assuming I have this component where automationId is updated every new content while txt is updated less frequent. During those times that txt is NOT updated or the value remains as the ...
user3714598's user avatar
  • 1,783
0 votes
0 answers
44 views

It seems that Primeng input control has a fixed size (width) under the hood. I tried to limit the width in order to fit in a grid layout but failed: the control is wider than its container. For a ...
cpliu338's user avatar
  • 647
1 vote
1 answer
66 views

I am using the PrimeNG Accordion component where the first panel contains a form and the second and third panel contain tables. See an example here: https://stackblitz.com/edit/wawhkkem-rwy91iox <...
INC's user avatar
  • 11
0 votes
0 answers
76 views

i have a use case where I have a MatTree<Item> where Item contains a key property. Given a specific key , i would like to expand the MatTreeNode and its parent recursively till root. Currently, ...
Ariba Siddiqui's user avatar
1 vote
0 answers
50 views

Problem When clicking on an ngbDatepicker input to open the datepicker popup, I get the following runtime error: ERROR RuntimeError: NG0203: takeUntilDestroyed() can only be used within an injection ...
Oussama hennane's user avatar

1
2 3 4 5
6135