Skip to main content
0 votes
1 answer
63 views

Bold Report Viewer (Angular Embedded) - 401 Unauthorized Network call

I am using Bold Report Viewer embedded in an Angular application (Angular 13). When loading a report, I get this error: A network failure, slow connection, or incorrect service information could be ...
Dhanusha_Perera07's user avatar
0 votes
0 answers
67 views

Angular 13 Upgrade - No module factory available for dependency type: CssDependency

I'm upgrading an Angular application from version 9 to 13. I'm using Shakapacker 8, Rails 6.0.6.1, and Angular 13. After updating to Angular 13, I'm getting this error when building: ERROR in ./app/...
Nafaa Boutefer's user avatar
0 votes
0 answers
104 views

"Cannot set property status of [object XMLHttpRequest] which has only a getter" after upgrading Angular 12 to 13

Note: I'm resubmitting a previous question (which I'm deleting) as I've learned more. I've inherited an application and am working on migrating it to a supported version. It started from Angular 5. I'...
IDBoiler's user avatar
0 votes
2 answers
58 views

How can we use the langular ibraries @angular/common, @angular/core etc from the dependency? [closed]

I have a angular library installed in my angular application. So the library has all the angular dependencies such as @angular/common, @angular/core etc. I want to use a single version of angular ...
Gnik's user avatar
  • 7,508
0 votes
1 answer
148 views

How to package ng-bootstrap in Angular using webpack

I'm working on a hybrid Angular 13 application, and using webpack to package it for production, but I'm having an issue the ng-bootrap library. There are AngularJS components in the application using ...
mccarthyj's user avatar
  • 949
1 vote
0 answers
58 views

Common directive for pagination using angular

I am working on an application where I need to apply a common directive to set the paginations but it is not working for me. Below is the code Html Code <p-table [value]="...
Kamran Khan's user avatar
  • 1,111
0 votes
1 answer
1k views

How can I download pdf manually from ngx-extended-pdf-viewer in angular 13

I have installed ngx-extended-pdf-viewer@18 and angular 13. It works well. But now I want to download edit pdf file with separate button, how can i achieve that. please help in HTML file <ngx-...
Ramesh Bhandari's user avatar
0 votes
1 answer
48 views

Generate response based on date provide in Angular

I have a JSON reponse. Response JSON: [ { "price": 388, "created_date": "2019-07-30T17:01:38", "created_user": "PQR" }, { "...
Er. IT's user avatar
  • 27
0 votes
0 answers
274 views

Angular13- suddenly started to see "Uncaught TypeError: Illegal invocation"

I am using angular 13 for my project and for the last 6 days (24th Feb 2024) I have started seeing "Uncaught TypeError: Illegal invocation" suddenly on my production application. No recent ...
prashant Sfl's user avatar
-1 votes
1 answer
244 views

Angular 13 - Getting error "Cannot read properties of null (reading 'getParsed')"

working on an Angular 13 project and getting an exception: TypeError: Cannot read properties of null (reading 'getParsed') at .../main.2506c840be361c93.js:1:325924 at Array.filter () at nd....
vishal.acharya's user avatar
1 vote
1 answer
1k views

ng2-pdf-viewer problem with Angular >=12 version

Error If 'pdf-viewer' is an Angular component and it has 'src' input, then verify that it is part of this module. If 'pdf-viewer' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@...
Ayush Srivastava's user avatar
2 votes
0 answers
96 views

Angular - secondary router outlet stays in URL when navigating to new tab/window

I have a problem with angulars secondary router outlets (named outlets - https://angular.io/guide/router-tutorial-toh#displaying-multiple-routes-in-named-outlets). The issue I am facing is that ...
Dustexe's user avatar
  • 123
0 votes
1 answer
415 views

How to remove multiple object from an array in angular 13 [duplicate]

Tried to delete multiple object from an array by selecting the checkbox table row. But in my code only 1 item is deleted. Not able to delete multiple selection object. How to resolve this issue? Demo: ...
sarann's user avatar
  • 163
0 votes
1 answer
73 views

How to get multiple selected row index in the table in angular 13

I am trying to get multiple selected table row index in my code. But i am getting only one row index. So, How to get mutiple selected row index? Demo: https://stackblitz.com/edit/angular-ivy-lpwp3n?...
sarann's user avatar
  • 163
0 votes
1 answer
38 views

reduce same function call inside ngFor loop

inside the ngFor loop, there are 3 same function call - processStatus(status). Is there a way to call it only once inside the for loop by saving it in a parameter , and then refer to that parameter ...
user7046311's user avatar

15 30 50 per page
1
2 3 4 5
35