Skip to content

Instantly share code, notes, and snippets.

@elvinmeza
Last active July 27, 2018 22:27
Show Gist options
  • Save elvinmeza/10225a3737a6f17991fae4d5a8ee25f4 to your computer and use it in GitHub Desktop.
Save elvinmeza/10225a3737a6f17991fae4d5a8ee25f4 to your computer and use it in GitHub Desktop.
Loading JQuery on Angular
"scripts": [
"node_modules/jquery/dist/jquery.min.js"
]
declare var $: any;
declare var jQuery: any;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment