Skip to content

Instantly share code, notes, and snippets.

@wKoza
Created March 5, 2019 10:34
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 wKoza/246ca07995cacf66a8f58c3f47228c11 to your computer and use it in GitHub Desktop.
Save wKoza/246ca07995cacf66a8f58c3f47228c11 to your computer and use it in GitHub Desktop.
export const ngxDropTargetOptions: DropTargetOptions = {
color: 'dropZoneColor',
colorDrag: 'dropZoneColorDrag',
colorDrop: 'dropZoneColorDrop'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment