I'm working on Angular 4 but I'm stuck. Let's say I have a CSS class called cover-art :
.cover-art {
width: 300px;
height: 300px;
background-color: rojo;
}
And then I want to update that class through entries in the HTML template. I...
asked by
03.05.2017 / 07:27