0.0.12 • Published 4 months ago

ngx-voyage v0.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

ngx-voyage

npmjs E2E tests

ngx-voyage is a File Explorer component for Angular and PrimeNG.\ Demo and docs: https://mschn.github.io/ngx-voyage/

Quickstart

Install ngx-voyage with npm:

npm install ngx-voyage

Use <ngx-voyage> in your app:

import { File, NgxVoyageComponent } from "ngx-voyage";

@Component({
  selector: "app-root",
  imports: [NgxVoyageComponent],
  template: '<ngx-voyage [path]="path()" [files]="files()"></ngx-voyage>',
})
export class AppComponent {
  path = signal("/home/");
  files = signal<File[]>([]);
}

Built with

0.0.12

4 months ago

0.0.11

4 months ago

0.0.10

4 months ago

0.0.9

4 months ago

0.0.1

4 months ago

0.0.2

4 months ago