Skip to main content
1 vote
1 answer
43 views

In Angular 13, I have a child component with Input and Output properties: "selected" and "selectedChange". Should I update the child's "selected" value just before ...
fuji's user avatar
  • 363
0 votes
1 answer
77 views

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
68 views

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
107 views

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

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
151 views

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
62 views

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

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

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
275 views

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
253 views

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

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
98 views

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
429 views

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
75 views

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

15 30 50 per page
1
2 3 4 5
35