Skip to content

Instantly share code, notes, and snippets.

@xinmeng1
Created February 23, 2017 10:48
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 xinmeng1/cfa3404977dfc67516b62e345c062cf7 to your computer and use it in GitHub Desktop.
Save xinmeng1/cfa3404977dfc67516b62e345c062cf7 to your computer and use it in GitHub Desktop.
dynamicl_control_DOM_by_event
setCssDynamical($event) {
console.log($event);
$event.source.trigger.nativeElement.childNodes[0].setAttribute("style", "font-size: 20px;font-weight: bold")
//mat-select-trigger
//mat-select-placeholder
//let elt = document.getElementsByClassName("mat-select-placeholder").item(0);
//elt.setAttribute("style", "font-size: 20px;font-weight: bold");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment