Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [angular]

Questions about Angular (not to be confused with AngularJS), the web framework from Google. Use this tag for Angular questions which are not specific to an individual version. For the older AngularJS (1.x) web framework, use the AngularJS tag.

0 votes
0 answers
5 views

Angular 18 error did not render in 30 seconds on consume apollo

i discovered an error using Angular 18 SSR trying to control error response from grapqhl-apollo, the server method return error after 30 seconds and from angular client with the observable i must only ...
Dr oscar's user avatar
  • 407
0 votes
0 answers
5 views

Jest errors: Need to call TestBed.initTestEnvironment() first AND zone-testing.js is needed for the fakeAsync() test helper but could not be found

This is an example of a test: import { ComponentFixture, TestBed } from '@angular/core/testing'; import { FooterComponent } from './footer.component'; describe('FooterComponent', () => { let ...
Aria's user avatar
  • 383
0 votes
0 answers
5 views

How to pass StoreEffects to children routes using provideEffects?

I have this code: export const PROJECT_ROUTES: Routes = [ { path: '', component: FeatureShellComponent, providers: [ provideEffects([ MyStore1Effects, ...
metal-draken's user avatar
0 votes
0 answers
9 views

Angular Always redirecting to default path:

const routes: Routes = [ { path: "admin_login", component: AdminLoginComponent }, { path: "login", component: LoginComponent }, { path: "owner", component: ...
emir gicic's user avatar
0 votes
0 answers
10 views

How to disable drag and drop in Drawflow package in Angular?

I am using the drawflow package to create a workflow. I want to disable drag-and-drop functionality from elements this demo as mentioned in the below image, not in the sidebar. In my demo, I want ...
Jignesh Panchal's user avatar
0 votes
0 answers
19 views

What's writing "onChange started" and "onChange completed" to the console in Angular/Bootstrap?

I've just added a select element to an Angular component and, when the component is loaded in the browser and I select a value from the list, the following messages are being written to the console: ...
Green Grasso Holm's user avatar
0 votes
0 answers
13 views

Manipulate data for Row Span logic in ag grid

I have an ag grid with row spanning and I am able to do row span for first and second column. Can anyone please help me for row span logic for rest of the columns (notes, votes)? I think row span ...
Kj Shah's user avatar
1 vote
2 answers
17 views

Angular implicit ngModel change handler when ngModelChange isn't specified?

I'm experienced in the use of [(ngModel)] to achieve two-way value binding between a component field and a form control in the component's template, and the use of (ngModelChange) to perform ...
Green Grasso Holm's user avatar
1 vote
1 answer
14 views

Cannot read properties of undefined in angular even after value is available in template and getting printed

There is featureImages section in component.html which is throwing this error not sure why it is happening news-section.component.ts:296 ERROR TypeError: Cannot read properties of undefined (reading '...
Rajdatta Sarwade's user avatar
0 votes
0 answers
4 views

How can you re-order rows in an IGX-GRID using dragging

The Angular igx-grid has a draggable function, but it seems to be for dragging one row to a different grid. What I would like is to be able to drag a row to a different position in the grid and save ...
Ted Herrlich's user avatar
0 votes
0 answers
6 views

Should Angular version 15.2.9 still be used for applications after the LTS is no longer given?

as mentioned in the title, the question of this post is: should Angular version 15.2.9 still be used for applications after the LTS is no longer given? https://angular.dev/reference/releases When ...
Marco's user avatar
  • 1
0 votes
0 answers
15 views

Angular form control ambiguous state

I'm trying to investigate why the control is marked as dirty at its initialization and what I see in the browser console is very confusing. The form control is either "dirty" OR "...
Dm Mh's user avatar
  • 840
1 vote
1 answer
21 views

Change value of dropdown from another dropdown in Angular 17

I'm trying to setup the form in such a way that when someone selects Mr in the first dropdown, the value changes to male in the second dropdown. Likewise, if someone chooses Miss/Mrs, the 2nd dropdown ...
Elaine Byene's user avatar
  • 4,098
0 votes
1 answer
7 views

How to migrate Ember web application to Angular module by module

We have one web application developed in Ember js and we want to migrate it to latest Angular, but we want to migrate it module by module. so we need to coexist Angular and Ember both. and build ...
user3098308's user avatar
1 vote
0 answers
16 views

Unable to translate month name after upgrading to angular 18

I recently upgraded my web app to Angular 18 from 15. In that, I have one date-picker from which user can choose month name, but after upgrading it to latest version, It's unable to translate month ...
Gajendra's user avatar

15 30 50 per page
1
2 3 4 5
19