Skip to content

Instantly share code, notes, and snippets.

@vivainio
Created September 17, 2017 09:45
Show Gist options
  • Select an option

  • Save vivainio/7025b4f5c1d90ab168981419f735d73a to your computer and use it in GitHub Desktop.

Select an option

Save vivainio/7025b4f5c1d90ab168981419f735d73a to your computer and use it in GitHub Desktop.
modifyComplex() {
this.complex = this.complex.concat("newline");
const el = document.querySelector("#mycomplex") as any;
el.strings = this.complex;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment