Skip to content

Instantly share code, notes, and snippets.

@AntonioCardenas
Last active February 10, 2020 23:58
@Component({
host: {
style: "color:white"
},...
})
...
@Directive({
host: {
style: "color:red",
"[style.color]": "property"
},...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment