Created
November 16, 2017 21:56
-
-
Save johnsardine/f7cb55519ae2c40d52fdd7d5aec139a5 to your computer and use it in GitHub Desktop.
5 - Sharing dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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