Skip to content

Instantly share code, notes, and snippets.

@StephenFluin
Last active February 6, 2020 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StephenFluin/0fa8be53c3c1aa7d8e2a39b463046579 to your computer and use it in GitHub Desktop.
Save StephenFluin/0fa8be53c3c1aa7d8e2a39b463046579 to your computer and use it in GitHub Desktop.
@Component({
host: {
style: "color:blue"
},...
})
...
@Directive({
host: {
style: "color:black",
"[style.color]": "property"
},...
})
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment