Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Tagged with
0 votes
0 answers
167 views

Image popup is not working in angular application using jquery

I am trying to display image on the body using jQuery in my angular application. jQuery script is not working in my angular application for popup. I am not able to find out where is the issue.So, How ...
Smart Code's user avatar
0 votes
1 answer
2k views

How do I change color of Mat-Checkbox when it is disabled Globally?

I have used mat-checkbox in my project and have given it a custom color. but that color is applying on all the disabled checkboxes in which users are unable to determine which checkbox is checked and ...
Purvang Gor's user avatar
0 votes
1 answer
386 views

Bootstrap 4 toolkit not working properly inside angular ngFor

I am having a strange issue with the bootstrap toolkit inside ngFor. On hover, it is taking some time to display the toolkit title and CSS is not getting applied. Please find the screenshot for the ...
pratik jaiswal's user avatar
3 votes
1 answer
4k views

Values css _nghost-c0 in angular

I'm learning Angular 5 and I see the html tags with the ng generated attributes: _nghost-c0, _nghost-c1... What does it mean? [_nghost-c3] .employees[_ngcontent-c3] button[_ngcontent-c3] { color: #...
ararb78's user avatar
  • 1,177
0 votes
1 answer
822 views

How to load External JS and CSS files into Angular 5 (files loading with delay)

As title suggested I am facing some issues while trying to import the external js and css files into Angular 5 Application. Here is code snippet that I did tried till now Component.ts : ngOnInit() { ...
Ganesh's user avatar
  • 5,938
-1 votes
1 answer
97 views

What type of chart is this? does this have a specific name or it must be built from scrach? [closed]

I am working on this chart angular 5 project and have a requirement of this chart but not able to figure out this chart name or it should be built custom any inputs. Thanks in advance
Surya's user avatar
  • 35
2 votes
2 answers
120 views

in dynamic div - on click highlight color

HTML <div class="nav--small nodeLevel newColor" id="rowItem-{{i}}" *ngFor="let root of rootzTemplates; let i=index" (click)="nodeClickLevel1(root,i)"> ...
chandu's user avatar
  • 21
1 vote
1 answer
276 views

Fix width of drop down menu in select box option

I am using Angular5 for front-end development. I am trying with css but not getting any solution. Here is picture bellow. I want a solution that will be used Ellipsis for overflow text in dropdown ...
Kawsarul Islam's user avatar
1 vote
1 answer
198 views

How can i fix arc labels overlapping in d3js?

I am drawing a doughnut chart using d3js. I have few issues 1) the arc labels over lap over arc. Any idea how can i fix it? 2) the arc labels i am applying the style class pieChartOuterLabel , ...
KnowledgeSeeker001's user avatar
0 votes
1 answer
304 views

unable to apply css styles to an svg image embedded in a div tag.?

Hi I am having an angular 5 project . I am drawing an bar graph using d3js library. In my bar graph there are vertical bars to which I would like to apply styles. However it is not working as the bars ...
KnowledgeSeeker001's user avatar
2 votes
3 answers
708 views

Angular 5 - Use variable from view-model in HTML CSS

I have a variable in my view-model with its setter and getter called: orderStatusColor. This is a string as follows: "color: red" or "color: green". How can I use this as a style in my HTML? I have ...
Victor York's user avatar
  • 1,671
0 votes
1 answer
4k views

How to add colors to a string in typescript in angular 5

I am trying to display my data in Green color I tried with different methods but still it is not getting populated. if(typeof(this._serverList)!="undefined"){ var apparr=this._ApplicationList....
Ashok's user avatar
  • 1
6 votes
3 answers
30k views

Select only one row in mat-table and if select other one then unselect first one

I want to implement table with only one row selection. Now i have multiple selection. I tried coupe ways to do this and i stayed by this one. Graphic example: component.ts import { Component, ...
voltdev's user avatar
  • 298
0 votes
2 answers
2k views

Angular 5 : Different foreground color for select list option text

I want to color the foreground of select list options with different colors : Following is the code for my dropdown : <select id="tier" class="form-control" [(ngModel)]="tierId"> <option ...
Naresh Ravlani's user avatar
0 votes
2 answers
1k views

Why am i not able to change tooltip background color?

I am trying to change tooltip background-color. I have try following CSS for it. <i *ngIf="col.field != 'isActive' && col.field != 'action'" class="fa fa-info-circle" aria-hidden="true" ...
Jay Patel's user avatar

15 30 50 per page
1
2 3 4 5
13