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.

angular
0 votes
0 answers
2 views

Angular Material 3 Custom Theme Not Working (Nx monorepo)

I've got this Angular app within an Nx repo. After npx nx run testapp:serve I'm getting the following error: ./src/app/shared/design/testapp.scss - Error: Module build failed (from ./node_modules/sass-...
pax's user avatar
  • 1,795
0 votes
1 answer
7 views

Wait for a response before loading template

I have an angular application that makes a server call on ngOnInit() and returns a result. I then use the result to populate a model in my template. My template is loading before the call is finished, ...
noclist's user avatar
  • 1,765
0 votes
0 answers
8 views

Can we create a drag and drop mat-stepper-header in angular?

I am trying to create a mat stepper with drag and drop feature added to it. so that i cam move the stepper header. ex: -- 1 --> can be move to 2, 2 can be move to 1, and same for other steps. i ...
Sachin kumar's user avatar
0 votes
1 answer
16 views

sh 'npm install' cmd not working in jenkins pipeline. Note: jenkins is installed inside windows

I am writing a simple jenkins files to test, build and deploy angular application. but my jenkins pipeline is failing at sh 'npm install' Here is my jenkins pipeline script pipeline { agent any ...
Aakash Giri's user avatar
-1 votes
0 answers
9 views

Converse.Js - Angular . Site button disabled

i have integrated converse.js in my angular project, but when the component finish the initialization all other link/button in my site are disabled. Can anyone help me? tnks The converse.js chat must ...
Riccardo Trionfera's user avatar
0 votes
0 answers
17 views

How to send a Bearer Token from front-end to back-end

My back-end is already working ,I tested it in Postman but I don't know how to get the Bearer Token,which is in front-end; I am using httpOnly and withCredentials. NODE: MiddleWare: const jwt = ...
Guilherme Peixe's user avatar
0 votes
0 answers
9 views

Hide page count from the go to section of the pdf toolbar when pdf is opened in browser

From java side I am converting tiff images to PDF like below. Rectangle pagesize = new Rectangle(maxWidth, maxHeight); Document document = new Document(pagesize); PdfWriter.getInstance(document, ...
Raju Kumar Shah's user avatar
0 votes
0 answers
5 views

Setting up Tone.js on button click still fails with : The AudioContext was not allowed to start

I have a angular component that has a button to start an animation and at the same time play some notes each time a number is highlighted I'm setting up tone.js synth when the button is pressed see ...
Mauricio Gracia Gutierrez's user avatar
0 votes
1 answer
15 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
7 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
6 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
14 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
11 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
21 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
14 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

15 30 50 per page
1
2 3 4 5
20396