Questions tagged [angular15]

For questions regarding Angular specific to version 15. Please include all relevant tags on your question; e.g., [Angular], [TypeScript], etc.

342 questions
0
votes
0 answers

Upgrading ag grid version from 27 to 28 but am not getting import for AgGridModule?

After adding all the packages like community , enterprise, angular I am not getting any import for AgGridModule? Any specific reason? How I will get import for AgGridModule I am using angular 15 version and ag-grid 28.2.1 version
0
votes
1 answer

How to add Legacy pre-made ESLint configs to Angular 15 project - Angular 15 to 16

I'm in the process of upgrading my app to version 16 from version 15, I encountered some linting errors, turns out some plugins are removed from angular-eslint 16 onward and the remedy is to add those removed one manually to get you going. The…
Rathma
  • 1,196
  • 2
  • 33
  • 65
0
votes
0 answers

Why do I get an error in fesm2020 when building with angular15?

When I try building the application I get these errors in fesm2020: ../web/JACloud/libJACloud/dist/lib-ja-cloud/fesm2020/lib-ja-cloud.mjs: 966:223-237 - Error: export 'i4$1' (imported as 'i4$1') was not found in '@angular/material/button'…
Raj Kumar
  • 1
  • 1
0
votes
2 answers

Index.html generation failed Angular 16

I have migrated Angular from 15 to 16 but when I try to build the project it throws an error: angular.json: { "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { …
Pathik Vejani
  • 4,263
  • 8
  • 57
  • 98
0
votes
1 answer

How to pass an array of IDs as a body in DELETE API?

My DELETE API on swagger is accepting an array of ids to delete. Like this: [ 42 ] I have following code in angular v15. I am not getting how to pass an array of ids as a body to this delete API. deleteProduct(productId: number): Observable
HarrY
  • 607
  • 4
  • 14
0
votes
0 answers

how to read the content in a pdf , so that it helps to find the footer and place the signature content above that in angular

i am unable to find the source how to place my content inside the pdf at last page above footer the container below the pdf should add in pdf at last page on above green color footer content.
0
votes
0 answers

Can't bind to 'ngModel' since it isn't a known property of 'input'. I also import FormsModule in ngModule still giving error

`ngModel not working error image HTML code Typescript page error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
0
votes
0 answers

Full Calendar upgrade to 6.1.8 version in angular project 15

I have recently upgraded my project from Angular14 to Angular15 version15.2.9. Accordingly I upgraded the FullCalendar packages to 6.1.8 for compatability. Everything is working fine except that the time-slot that used to show earlier in the UI does…
0
votes
0 answers

find-an-entity library is not compatible with Angular Ivy - Angular 16

I am getting error related to find-an-entity package. Below is the error: Error: src/app/pages/ratings-reviews/ratings-reviews.module.ts:11:5 - error NG6002: 'FindAnEntityModule' does not appear to be an NgModule class. 11 FindAnEntityModule …
Pathik Vejani
  • 4,263
  • 8
  • 57
  • 98
0
votes
0 answers

Rendering dynamic components by selector name in shell application when using Micro Frontends

I'm using MicroFrontends in angular 15 , i want Rendering dynamic components from remote application in shell application by selector name of components like not by template variable for the component please help me. thanks.
0
votes
0 answers

Angular Interceptor only working for some http calls

I've recently uplifted an Angular application from V12 to v15. On testing the application im seeing that the http interceptors are working fine, except for two http calls. Now there is nothing special about these http calls, they are the exact same…
0
votes
1 answer

How to show month and year in the x axis name in highcharts

I am trying to show past 3 month with year in the y axis value in highcharts. but it is not working it is coming like 0 1 2 3 4... I want to show like ( Apr 2023 May 2023 Jun 2023) in the x axis. xAxis: { type: 'year', dateTimeLabelFormats:…
EMahan K
  • 417
  • 1
  • 19
0
votes
0 answers

Angular 15 mat-checkbox, use own logic to check

I am using Angular 15 and also with it the Material Components. I wanted to use the material checkbox and implement my own function (the click function) where I set the checkItem.start to true/false and where I would expect that the checkbox should…
0
votes
0 answers

Angular 15 routing only to default page despite of any path

I am creating a new Angular 15 application and for now its going to have only one page and that will be the landing page also. How can I restrict or redirect to the default landing page always when user attempts to launch with different path…
Prabhakaran
  • 1,264
  • 2
  • 20
  • 47
0
votes
0 answers

getting error as `This version of CLI is only compatible with Angular versions ^16.0.0, but Angular version15.2.9 was found instead.` angular 14 - 15

After migrating from angular14 to 15 getting error dependencies and dev-dependencis "dependencies": { "@angular/animations": "15.2.9", "@angular/cdk": "15.2.9", "@angular/common": "15.2.9", "@angular/compiler": "15.2.9", "@angular/core":…