Skip to content

Instantly share code, notes, and snippets.

@DilinaHirantha
Created August 8, 2021 05:42
Show Gist options
  • Save DilinaHirantha/94de7fb939d034c0957a76a783616719 to your computer and use it in GitHub Desktop.
Save DilinaHirantha/94de7fb939d034c0957a76a783616719 to your computer and use it in GitHub Desktop.
@ContentChild("header") headerContent: ElementRef;
ngAfterContentInit() {
this.renderor.setStyle(this.headerContent.nativeElement,"font-size","15px")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment