Skip to main content

Questions tagged [angular14]

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

0 votes
0 answers
19 views

How to Move an Element to the Right Side in Kendo TabStrip in Angular14 using Kendo Ui

I'm working with the Kendo UI TabStrip and want to move one of the tabs to the right side, as shown in the picture below. I tried using margin-left, but it's not working as expected due to conflicts ...
Ankitkumar Singh's user avatar
0 votes
0 answers
17 views

Initializing a boolean formcontrol as null with formbuilder

I'm trying to use a radio button to get a boolean value from a user. The value should default to null, as the user hasn't answered anything yet. Here is the current implementation that works, but is ...
Daron Schmit's user avatar
0 votes
1 answer
26 views

Serving an Angular app from a sub-path with ng serve

I am trying to serve an Angular 14 app via ng serve, but I need it to be served in a sub-path, like for example: http://localhost:4200/mysubpath Now, I managed to partially make it work by adding ...
Master_T's user avatar
  • 7,661
0 votes
2 answers
42 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,380
1 vote
0 answers
20 views

How to fix ivy file error on runtime in angular 14 [duplicate]

When i am upgrading my angular repo version in angular-14, i am facing ivy error in ng serve command I added below code in tsconfig.app.json file but still not working ! "angularCompilerOptions&...
Mayur Vaghasiya's user avatar
0 votes
0 answers
28 views

"Test suite failed to run Cannot find module" getting issue with absolute path in Angular 14 test suite

I have just upgraded my Angular project from Angular 13 to Angular 14, Functionality wise everything is working fine but whenever I tried to run the test suite I am getting below error Test suite ...
shekhar's user avatar
  • 13
0 votes
0 answers
43 views

Angular 14 - D3 Package running an unintended animation on a node which was not clicked

I'm new to D3 package. I'm currently working on a network topology visualization a using D3 on Angular 14 project. The network topology structure is described below: L0: 0001 L1: 0002 L1: 0003 L2: ...
Welly 林經緯's user avatar
0 votes
0 answers
47 views

Cannot find module '@angular/core/testing' from ''__file_name"

I'm trying to configure Jest in my Angular version 14 project , I'm getting this error whenever I tried to run the Run test command Here In Below I attached the error I'm getting Test suite failed to ...
Vibeshnan Kanagamani's user avatar
1 vote
0 answers
18 views

Angular 14 title theming

How i can set theme color for mat-dialog-title. I tried this <h2 mat-dialog-title color="primary">Title</h2> But it doesn't work. At the same time the code <button mat-...
SullenMan's user avatar
0 votes
0 answers
24 views

Access nested formArray in html in angular 14

I have one formGroup name addDocument in it there one fromarray name scholarshipArray and I have added six formGroup inside it , and each formGroup have one formArray name examDetail and inside it ...
Praveen Rai's user avatar
0 votes
0 answers
24 views

Getting Blocked Mixed content while calling non secure API from secure Angular application

I am working on an application where I want to call the nonsecure API from a secure web angular application but I am getting an error with "Blocked Mixed Content". Below is the code I am by-...
Kamran Khan's user avatar
  • 1,107
0 votes
1 answer
66 views

Angular : Translate dynamic variable value in angular

I have implemented multi language translation in angular for selected static words (as this project have google translation API already implemented for translations, but for some words client is ...
Geetika's user avatar
  • 820
0 votes
0 answers
13 views

I am trying to use mat-chip-row, mat-chip-grid and they don't seem to be recognized even if I imported the module MatChipsModule

I am using these Angular versions "dependencies": { "@angular/animations": "^14.2.0", "@angular/cdk": "^14.2.7", "@angular/common&...
raluca bratan's user avatar
0 votes
0 answers
44 views

How to reset radio buttons on reactive forms in angular 14

In my application, I need to reset input type radio button on cancel button click in reactive forms. <form [formGroup]="form1"> <button click="save()">save</button&...
Dips's user avatar
  • 1
0 votes
0 answers
137 views

AG- Grid sort column using ValueFormatter or valueGetter

I have read and tried using some the topics on here when it comes to my issue, but I still can't seem to get something to work. The backend is a number and I'm using the ValueGetter and/or ...
Dajuggernaut04's user avatar

15 30 50 per page
1
2 3 4 5
34