17,488 questions
0 votes
0 answers
36 views
How to animate each MatListItem on mouseenter in angular 20?
i have a comment component with a mat-list component from material and inside it many mat-item-list so for each mat-list-item component i want to listen event like mouseenter and do something when ...
1 vote
1 answer
42 views
angular custom directive don't response to host listener separately
I create a custom directive for time input and it work perfectly but if I wand to use multiple of it in same page the changes on each one apply on all of them. how can I use my directive and they work ...
0 votes
1 answer
137 views
How to get the full HTML and CSS (computed styles) of a component in Angular with ViewChild?
I have a component in Angular, and I need to extract the full HTML content along with the computed CSS styles of a specific element using ViewChild. I'm currently able to get the HTML content using: @...
3 votes
1 answer
59 views
ui-select filtering only one field
I'm working on an AngularJS application and I'm using ui-select to allow users to select multiple roles and tabs. The filtering works perfectly for the tabs, but for some reason, it's not working for ...
0 votes
1 answer
454 views
Error NG0303 Can't bind to '*ngIf' since it isn't a known property of 'nav' - Angular 18
I am creating a project in Angular 18. For now, I am only working on the frontend, but I need to create a "test" login. The problem I have is that the navbar was showing in my "login&...
0 votes
1 answer
108 views
Does child component re-render or re-initialize in Angular?
I am new to Angular(14) and i am facing a issue. when i update a property of parent component which is an array then the child component get re-initialize(ngOnInit function is running). Facing this ...
0 votes
1 answer
316 views
Data / token sharing issue from angular micro-frontend one project to another project
Hi i am stucking the data sharing/ token sharing in another project in angular standalone microfrontend. Please provide your suggestion. Data will be get it second times. not get initial time. SEND ...
0 votes
1 answer
400 views
Webpack Module Parse Failed: Unexpected Character '@' with Angular and Swiper
I'm currently working on an project in ionic (angular) and attempting to include Swiper (version 11.1.0) for sliding elements. However, I encounter the following compilation error: ./node_modules/...