PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

How can i use this plugin with vanilla javascript #195

Closed codingsett closed 5 years ago

codingsett commented 5 years ago

Hello i have no knowledge on angular and i tried to implement the plugin in my app with vanilla js but to no avail. A guide would be useful thanks

PeterStaev commented 5 years ago

Hey @codingsett , simply clone the repo and go in the demo folder and use tns run ios/android. This will get the TS files transpiled and you can see how the plain JS looks like.

Though I strongly suggest you use TypeScript (non-angular) as you get better dev experience than using plain JS.

codingsett commented 5 years ago

Figured it out thanks!