Skip to content

Instantly share code, notes, and snippets.

@advorkina
Created May 7, 2018 21:11
Show Gist options
  • Select an option

  • Save advorkina/42782ed9fd8c6540495ebcec34416c4f to your computer and use it in GitHub Desktop.

Select an option

Save advorkina/42782ed9fd8c6540495ebcec34416c4f to your computer and use it in GitHub Desktop.
public editTitleConfirmed(title: string): void {
if (!title) {
return;
}
this.folderUpdated.emit({ ...this.folder, title: title });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment