Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
82 views

Angular 7 stripping out duplicate properties in SCSS

Angular SASS (.scss) stripping out properties. How do I prevent this so I can embed duplicate properties for cross browser compatibility? To duplicate, create a new angular 7.2 project { "...
Anish's user avatar
  • 3,104
1 vote
1 answer
1k views

cdk virtual scroll issue when ever scrolling it down items are getting displayed slowly and sometimes blank for 2 secs

i am using angular virtual scroll in project so when ever i am scrolling it down items are loading but flickering for micro sec trying with maxBufferPx and minBufferPx and positions to fix but not ...
venu dev's user avatar
0 votes
1 answer
421 views

Duplicate id attribute value "x" found on the web page

I am using Angular 7 - three components [a, b, c] use an input element that has the id of [x] however, component [b] has 4 input elements using id of [x] aswell. This raises Accessibility Issues - as ...
Abdul's user avatar
  • 1
2 votes
1 answer
64 views

Css from child component will affect the entire page

I have a page and the page is split in two. Part of the page is child1, part is child 2. Hierarchy Parent Child1 Child2 Below are the css included in the page Child1 -> z-index: 1 Child2 -&...
zelensky's user avatar
0 votes
0 answers
201 views

How to dynamically implement ellipsis in angular 7

I have dynamic content with Image, description [MultipLine] and it is responsive. I want to display [ellipsis]... in description based on the space of the div. I tried many css but seems it's not ...
e kanojia's user avatar
1 vote
1 answer
530 views

updated angular from 7 to 12 version successfully but getting scss warning in theme folder

assets/themes/sita-rtl.scss - Warning: Css Minimizer Plugin: > assets/themes/sita-rtl.scss:10:2: warning: Expected identifier but found "." 10 │ .row { ╵ ^ assets/themes/Product-...
syed's user avatar
  • 626
0 votes
1 answer
287 views

Is there major performance hit when insert <style> tag dynamically?

I'm in an environment where I have to live with AngularJS/Ng7 with majority of the code still stuck in the Ng1 world. Due to various circumstances, I want to temporarily override certain styles ...
codenamezero's user avatar
  • 2,950
0 votes
0 answers
567 views

Making Search Bar in angular

I am trying to implement a search bar as attached Search Bar in angular. How I can efficiently make look wise similar search bar which search for rows in a table on the basis of word entered
Rocky's user avatar
  • 23
0 votes
0 answers
345 views

CSS not applying on SVG element under font awesome icon

I have a font awesome icon like this on my page <fa-icon class="file-excel-icon" title="Export to Excel" [icon]="['sil', 'file-excel']"></fa-icon> which ...
Pawan Nogariya's user avatar
0 votes
1 answer
1k views

prevent background window scroll up to the top when other window popup in angular 7/8

so I have a pop window that open in the mid of the page when I click a tag, however, the background window always scroll all the way to the top when the popup window display. I want the background ...
AshH's user avatar
  • 49
0 votes
1 answer
85 views

How to increase height of subcategories Item on side menu?

I work on angular 7 I work on app display categories reports and and reports sub categories for every category selected . I face Issue I need to increase Height of every sub category reports . as ...
ahmed barbary's user avatar
0 votes
1 answer
133 views

How to make line between each category on menu small thin?

I work on angular 7 app display Report categories on left side menu I face Issue border bottom between every category and category below is more big so I need border small thin . I work on ...
ahmed barbary's user avatar
0 votes
1 answer
468 views

Is there a way to apply a css to a parent element depending on the child's status?

I put in specific context, this is my html <div class='table'> <div> <div *ngFor='let product of this.market[selectedTab].products | orderBy:"id"' class='itemlist' [...
homerThinking's user avatar
0 votes
0 answers
22 views

How to access a specific child in css? [duplicate]

I have the following html <tbody> <tr *ngFor='let item of this.shop[selectedShop].items> <td> <div class="fade-in"> <...
homerThinking's user avatar
8 votes
1 answer
38k views

Is it possible to add plus / minus buttons within an input of type number?

I have some number value inputs on my application <td class="p-0 d-xl-table-cell d-none"> <ul class="p-0 m-0"> <li *ngFor='let item of product.items' class="def-number-...
homerThinking's user avatar

15 30 50 per page
1
2 3 4 5
12