Skip to main content
structuring your answer code part
Source Link
wp78de
  • 18.9k
  • 7
  • 46
  • 76

justJust write

declare var $:any;

declare var $:any;

after all import sectionsections, you can use JqueryjQuery and include Jquerythe jQuery library in your index.html page

<script src="https://code.jquery.com/jquery-3.3.1.js"></script>

<script src="https://code.jquery.com/jquery-3.3.1.js"></script>

it worked for me

just write

declare var $:any;

after all import section you can use Jquery and include Jquery library in index.html page

<script src="https://code.jquery.com/jquery-3.3.1.js"></script>

it worked for me

Just write

declare var $:any;

after all import sections, you can use jQuery and include the jQuery library in your index.html page

<script src="https://code.jquery.com/jquery-3.3.1.js"></script>

it worked for me

just write

declare var $:any;declare var $:any;

after all import section you can use jqueryJquery and include jqueryJquery library in index.html page

<script src="https://code.jquery.com/jquery-3.3.1.js"></script>

it worksworked for me

just write

declare var $:any; after all import section you can use jquery and include jquery library in index.html page

it works for me

just write

declare var $:any;

after all import section you can use Jquery and include Jquery library in index.html page

<script src="https://code.jquery.com/jquery-3.3.1.js"></script>

it worked for me

Source Link

just write

declare var $:any; after all import section you can use jquery and include jquery library in index.html page

it works for me