Skip to content

Instantly share code, notes, and snippets.

@johnsardine
Created November 16, 2017 21:56
Show Gist options
  • Save johnsardine/f7cb55519ae2c40d52fdd7d5aec139a5 to your computer and use it in GitHub Desktop.
Save johnsardine/f7cb55519ae2c40d52fdd7d5aec139a5 to your computer and use it in GitHub Desktop.
5 - Sharing dependencies
// Import jQuery to be used on this file
import jQuery from 'jquery';
// Expose jQuery to window to be used by
// other external scripts such as your Angular application
window.jQuery = jQuery;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment