0.3.4 • Published 6 years ago

ionic-json-file-browser v0.3.4

Weekly downloads
13
License
ISC
Repository
github
Last release
6 years ago

Ionic JSON File Browser

Codacy Badge npm version Imgur Ionic JSON File Browser is a custom Ionic module that can render a file browser.

Overview

Ionic JSON File Browser is based on the following libraries & tools:

Features

  • List view
  • Tree View
  • Navigation
  • History
  • Select/Multi Select
  • Sorting
  • Context Menu/Action Sheet
  • Icons
  • Mobile Support

Installation

$ npm install ionic-json-file-browser

Setup

Importing Module:

import { FileBrowserModule } from 'ionic-json-file-browser';

@NgModule({
    imports: [
        ...
        FileBrowserModule
        ...
    ]
})

Using in template:

<file-browser></file-browser>

Generating File Browser in page:

import { FileBrowser } from "ionic-json-file-browser";

export class HomePage implements OnInit {
	constructor(public fileBrowser: FileBrowser) {}

	ngOnInit() {
		this.fileBrowser.generateFileBrowser(node, entity, "0");
	}
}

Note: This is just a simple look at the installation and setup of Ionic JSON File Browser. Further documentation of the API can be found in the wiki on the Github page.

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago