Skip to main content

All Questions

Tagged with
-1 votes
0 answers
18 views

How does browser control + f search works? If I added a search bar on my page and want to apply same logic to get highlighted words which are written [closed]

When I enter "Control + F" on a browser then there is a search bar in the bottom in which if we search any word, then all the words related to that are highlighted. So I have added a search ...
Awais's user avatar
  • 9
0 votes
0 answers
11 views

Add component to html body

I have an Angular 13 (vanilla) app, and I need to print a part of the app. I use the @media print for that an it work (in the angular app alone) But my angular app is build a js file and use by other ...
Thibaud David's user avatar
-1 votes
0 answers
20 views

Remover as margens brancas do .container do Bootstrap [closed]

I have an Angular code that uses Bootstrap to create grid movements. I added the .container class, but it adds lateral margins. When I change the background color of the body, the margins created by ...
Ícaro Carvalho's user avatar
-2 votes
0 answers
35 views

Structure my nav and structure for my three derivate div [closed]

I have three “containers” and components, and an extra div to nav. How can I align the three div containers and the nav div to the same starting point within the first div? How can I achieve this in ...
joana's user avatar
  • 29
0 votes
0 answers
41 views

Chrome can't play videos larger than 25 MBs [closed]

I have an client written in angular which makes a call to a REST API written in JAVA to retrieve a file. If the file is a video, I have the option to play the video inside the client using a video ...
Ștefan Jiroveanu's user avatar
0 votes
1 answer
50 views

Is there a way to flex field generate by for loops?

This is my code that generates fields using a for loop. I'm expecting the email and phone number fields to be displayed side by side, but instead, they are stacked on top of each other. I believe this ...
akemal's user avatar
  • 1
-2 votes
0 answers
24 views

Document management for web application [closed]

In the company where I work, I need to develop an employee portal so that employees can access and have access to their professional documents (payroll, personal documents, certificates, etc.). So far ...
Daniel Chicórea's user avatar
1 vote
1 answer
24 views

How to access gridster using ElementRef's nativeElement

I'm encountering this issue only in Firefox browser, not in Chrome. I'm attempting to obtain the nativeElement for the gridster element. I am using angular-gridster2 v17.0.0 In my HTML : <gridster ...
Jeet Bhatt's user avatar
0 votes
1 answer
24 views

Angular PWA and NodeJS backend

How can I configure an Angular PWA to ensure it continues making requests to a Node.js backend when the service worker is offline? This is my ngsw.config.json { "$schema": "./...
zimmer098's user avatar
1 vote
1 answer
34 views

How do I keep sticky buttons aligned to left and right inside a Scrollable Div?

I have a product page that is horizontally scrollable, I trying to keep the buttons to the right and left to scroll, however, I am not able to set the Top position to those. Here is the code <div ...
Sam K's user avatar
  • 416
1 vote
2 answers
32 views

Best Practices for Nested Optional Checks in Angular Template with Signals

I have a setup in my Angular project where I need to conditionally render a component based on nested properties of an object. Here's a simplified version of the scenario: projectSignal is a Signal<...
maxime Lassort's user avatar
-1 votes
0 answers
25 views

Bootstrap 5 multiple card slider affiche une seule card au lieu de 4 [duplicate]

I am working on an angular 17 web app and using bootstrap 5 to create multiple cards in a carousel. Unfortunately it's just showing 1 card instead of 4. The result i am expecting will look like this : ...
Adebayo Lakatan's user avatar
0 votes
0 answers
16 views

File drag drop HTML/Typescript stops my SPA development server (exit code -1)

I have an Microsoft Visual Studio Angular/Typescript project with an ASP.NET core backend that the typescript can load data from with http Gets. The backend starts up correctly: info: IqTest....
Markus's user avatar
  • 1,122
0 votes
0 answers
57 views

Bootstrap 5 multiple carousel cards shows only one card

I am working on an Angular 17 web app and using Bootstrap 5 to create multiple cards in a carousel. Unfortunately it's just showing 1 card instead of 4. The result I am expecting will look like this: ...
Adebayo Lakatan's user avatar
1 vote
1 answer
25 views

I want to increase the resolution of an image displayed by Cloudinary

I am displaying an image stored on Cloudinary, shown below: <div class="col-xs-4 col-sm-3 col-md-3 col-lg-3 mb-2"> <advanced-image [cldImg]="img" [plugins]...
batman567's user avatar
  • 889

15 30 50 per page
1
2 3 4 5
1360