Skip to content

Instantly share code, notes, and snippets.

@enricopolanski
Created May 26, 2018 16:28
Show Gist options
  • Select an option

  • Save enricopolanski/f1e3c03574645069661e8a48ed381370 to your computer and use it in GitHub Desktop.

Select an option

Save enricopolanski/f1e3c03574645069661e8a48ed381370 to your computer and use it in GitHub Desktop.
changeDate(direction){
direction === 'next' ? this.dateTimeManager.setToNextDay() : this.dateTimeManager.setToPreviousDay();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment