typescript - How to use the select2 option in asp.net core? -


i working in asp.net core. using typescript. want use select2. how use select2 in asp.net core? there package want install using select2?

if you're using angular 2, can use ng2-select. here github repo. let me know if need more set up.

run npm ng2-select --save

for angular 4, use ng2-select-compat instead. it's fork of ng2-select above customized angular 4.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -