{"id":18614992,"url":"https://github.com/andrewjbateman/ionic-angular-explorer","last_synced_at":"2026-04-11T00:03:17.427Z","repository":{"id":41767195,"uuid":"213217727","full_name":"AndrewJBateman/ionic-angular-explorer","owner":"AndrewJBateman","description":":clipboard: Ionic app that has a file explorer - tutorial code from Simon Grimm of the Ionic Academy","archived":false,"fork":false,"pushed_at":"2023-03-07T12:27:35.000Z","size":7283,"stargazers_count":2,"open_issues_count":16,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T02:45:12.205Z","etag":null,"topics":["angular","angular13","cordova","cordova-plugin","file-system","html5","ionic","ionic6","scss","tutorial-code","typescript4"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewJBateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-06T18:03:10.000Z","updated_at":"2023-10-06T07:40:34.000Z","dependencies_parsed_at":"2023-02-17T23:31:01.284Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/ionic-angular-explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/ionic-angular-explorer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239406450,"owners_count":19633024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular13","cordova","cordova-plugin","file-system","html5","ionic","ionic6","scss","tutorial-code","typescript4"],"created_at":"2024-11-07T03:27:46.041Z","updated_at":"2025-12-30T22:34:20.624Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","readme":"# :zap: Ionic Angular Explorer\n\n* App to create new folders and files. \n* This is another great tutorial from [Simon Grimm of the IonicAcademy, Youtube video 'Ionic Native File Explorer'](https://www.youtube.com/watch?v=pDqG3iYDdM0\u0026t=141s).\n\n## :page_facing_up: Table of contents\n\n* [:zap: Ionic Angular Explorer](#zap-ionic-angular-explorer)\n  * [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \u0026 To-do list](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* A file or directory can be selected from an ion-fab button at the bottom right of the screen.\n* The **Cordova-plugin-file** plugin implements a File API allowing read/write access to files stored on the device.\n* The **cordova-plugin-file-opener2** plugin will open a file on your device file system with its default application.\n\n## :camera: Screenshots\n\n* tba\n\n## :signal_strength: Technologies\n\n* [Ionic v6](https://ionicframework.com/)\n* [Ionic/angular v6](https://ionicframework.com/)\n* [Angular v13](https://angular.io/)\n* [Apache Cordova v11](https://cordova.apache.org/) to target multiple platforms with one code base\n* [cordova-plugin-file v6](https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file/)\n* [cordova-plugin-file-opener v3](https://www.npmjs.com/package/cordova-plugin-file-opener2)\n\n## :floppy_disk: Setup\n\n* `npm i` to install dependencies\n* To start the server on _localhost://8100_ type: 'ionic serve'\n* The Ionic DevApp was installed on an Android device from the Google Play app store.\n\n## :computer: Code Examples\n\n* code from Cordova plugin to open a file on mobile device file system with its default application\n\n```typescript\ncordova.plugins.fileOpener2.open(\n    filePath,\n    fileMIMEType,\n    {\n        error : function(){ },\n        success : function(){ }\n    }\n);\n```\n\n## :cool: Features\n\n* File storage and access.\n\n## :clipboard: Status \u0026 To-do list\n\n* Status: Code complete, but needs to be tested on a connected device.\n* To-do: setup a connected device/simulator to test properly.\n\n## :clap: Inspiration\n\n* [Simon Grimm IonicAcademy Youtube video 'Ionic Native File Explorer'](https://www.youtube.com/watch?v=pDqG3iYDdM0\u0026t=141s)\n\n## :file_folder: License\n\n* N/A\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-angular-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fionic-angular-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-angular-explorer/lists"}