For questions regarding Angular specific to version 14. Please include all relevant tags on your question; e.g., [Angular], [TypeScript], etc.
Questions tagged [angular14]
536 questions
1
vote
3 answers
How to pass data from parent component to child component angular 14
Trying to pass the array value from the parent component to the child component using httpclient get method. So, I have used an input decorator. But, In my code, I am not able to pass the array value. Because the child component is loaded before the…

EMahan K
- 417
- 1
- 19
1
vote
1 answer
How to disable particular mat-checkbox in angular14
I have used angular material in my application.Trying to disable the particular mat checkbox.I have tried but not working properly. It is disbaling all the checkbox.But i want to disable only Car and Motor checkboxes. How to do it? If anyone konws…

EMahan K
- 417
- 1
- 19
1
vote
4 answers
How to pass response updated data from parent to child component in angular 14
Trying to pass the response data from parent to child component. I have used input decorator. But, it is not working. Previous values are only shown. So, How we can show the updated array response data. If anyone knows please help to find the…

EMahan K
- 417
- 1
- 19
1
vote
1 answer
Why http is taking some time to load in angular
I am trying to update the array value but inside httpClient method it is working But it is not working outside. So, how to resolve this issue in angular 14.
app.component.ts:
ngOnInit(): void {
…

EMahan K
- 417
- 1
- 19
1
vote
1 answer
How to create array from the json data using typescript
I am trying to create a new array from the existing json data but i am not able to add new key in the json data. If you check my code you can understand. If anyone knows please help to find the solution.
app.comppnent.ts:
ngOnInit(): void {
…

EMahan K
- 417
- 1
- 19
1
vote
1 answer
What is the Firebase Authentication import for Angular 14
https://github.com/angular/angularfire/blob/HEAD/docs/auth/getting-started.md#5-getting-started-with-firebase-authentication
I'm trying to use new firebase.authGoogleAuthProvider() and I can't import firebase. I've installed:
"dependencies": {
…

Robert Green MBA
- 1,834
- 1
- 22
- 45
1
vote
2 answers
error NG8001 in angular even after importing shared module in other modules and exporting components in shared module
error NG8001 in angular even after importing shared module in other modules and exporting components in shared module
Error I am getting:
Error: src/app/public/home/home.component.html:3:1 - error NG8001: 'app-footer' is not a known element:
1. If…

user19515204
- 13
- 4
1
vote
1 answer
cdkDrag with Transform scale in angular 14 weird behavior
I'm writing an angular 14 app and it contains a div element that is draggable using cdkDrag and also has two buttons to scale up or down the div.
so in the component i save a scale version with default to one, and scale buttons add or dec 0.1 from…

ufk
- 30,912
- 70
- 235
- 386
1
vote
2 answers
div with cdkDrag on top of mat-slider doesn't hide the slider button
I'm writing an angular14 application.
I have a div element that has cdkDrag for it to be moveable, and behind it i have a few buttons and sliders and i noticed that the slider button is still visible when i drag that div on top of that slider.
i…

ufk
- 30,912
- 70
- 235
- 386
1
vote
1 answer
New Angular project created without package.json, angular.json, etc
I decided to create a library for Angular as a way to learn a bit more about it. I work every day with Angular but have never set up a project from scratch. I've never had to actually deal with an empty environment, create the backbones of a…

Guilherme Taffarel Bergamin
- 274
- 1
- 4
- 13
1
vote
0 answers
Css how to style a div inside a custom angular component
I would like to style the inner class which is inside the custom angular component
1
vote
1 answer
Child route won't load in Angular 14
In my Angular 14 app using standalone components, I'm not able to get a child route to work properly. I used this route configuration:
{
path: 'clients',
title: 'Existing Clients',
loadComponent: () =>…

Gargoyle
- 9,590
- 16
- 80
- 145
0
votes
0 answers
Angular 14 cache bursting issue
I am using angular 14. I am facing some issue with cache bursting. I am using Azure to deploy my latest changes, after deploying users are seeing the older version of the app and they have to do a hard refresh to get the latest…

Neslyn GO
- 1
- 2
0
votes
0 answers
Can we run angular SPA application into existing Asp.Net Core Application On Same domain
I am currently overseeing a substantial ASP.NET MVC Core 7 application (Client) that includes Razor pages. In addition,
there's an API housed within another project, developed using .NET Core 7.
The MVC application communicates with this API to…

Nabeel Iqbal
- 71
- 1
- 12
0
votes
0 answers
kendo UI Gantt chart in angular: to implement a chart where in the second pane I require only weekdays starting letters
here I don't require the first row, I just require the weekdays from M T W TH F excluding dates
below I am attaching a snapshot of the design that I need to implement
(https://i.stack.imgur.com/Mcyry.png)
looking for code so that I can customize…

Shaistha
- 1