Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazemihabib/nativescript-filepicker
FilePicker dialog for nativescript
https://github.com/kazemihabib/nativescript-filepicker
android angular2 dialog file-picker nativescript typescript
Last synced: 7 days ago
JSON representation
FilePicker dialog for nativescript
- Host: GitHub
- URL: https://github.com/kazemihabib/nativescript-filepicker
- Owner: kazemihabib
- License: mit
- Created: 2017-02-06T13:49:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T22:25:58.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T16:18:07.294Z (2 months ago)
- Topics: android, angular2, dialog, file-picker, nativescript, typescript
- Language: TypeScript
- Size: 1.95 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nativescript-FilePicker
FilePicker dialog for nativescript
![Demo](/resources/demo.jpg)
###Notes:Just works with angular-native(nativescrpt-angular2).
Currently it's just for android(because of lines of java code I used in it).##HOW TO USE
It's not a plugin yet and you should read below line :).
1-copy `https://github.com/kazemihabib/nativescript-FilePicker/tree/master/app/fonts` to your `app` folder.
2-add this line to your `app.css` https://github.com/kazemihabib/nativescript-FilePicker/blob/master/app/app.css#L15 .
3-add
https://github.com/kazemihabib/nativescript-FilePicker/blob/master/app/app.module.ts#L7
https://github.com/kazemihabib/nativescript-FilePicker/blob/master/app/app.module.ts#L20
https://github.com/kazemihabib/nativescript-FilePicker/blob/master/app/app.module.ts#L25
to your app.module.ts
4-importhttps://github.com/kazemihabib/nativescript-FilePicker/blob/master/app/app.component.ts#L6
https://github.com/kazemihabib/nativescript-FilePicker/blob/master/app/app.component.ts#L7
https://github.com/kazemihabib/nativescript-FilePicker/blob/master/app/app.component.ts#L8
https://github.com/kazemihabib/nativescript-FilePicker/blob/master/app/app.component.ts#L19
to your app.component.ts
5-addhttps://github.com/kazemihabib/nativescript-FilePicker/blob/master/app/app.component.html#L2
to the app.component.html
6-copy/app/dialogs/ to your app folder
###License
![MIT](LICENSE)