Skip to content

Instantly share code, notes, and snippets.

View DejanPerovic's full-sized avatar
🚧
Under construction...

Dejan Perovic DejanPerovic

🚧
Under construction...
  • Serbia, Novi Sad
View GitHub Profile
@DejanPerovic
DejanPerovic / gist:b4d3911072b55fba2a914c7c45d4bf3e
Last active July 29, 2020 19:05
Import jQuery in Angular
npm command:
npm install jquery --save
----------------------------------------------------------------------------------------
add to angular.json file:
"scripts": [
"node_modules/jquery/dist/jquery.min.js"
]
----------------------------------------------------------------------------------------
package util;
/**
*
* @author Dean
*/
import java.nio.ByteBuffer;
import java.nio.CharBuffer;