Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

reuse jquery angular

// write this after imports
declare var $: any;

// By writing declare var angular you are simply telling Typescript to trust you that it exists, 
// even though it hasn't seen it be imported into the scope of this file.

 
PREVIOUS NEXT
Tagged: #reuse #jquery #angular
ADD COMMENT
Topic
Name
1+5 =