8000 GitHub - mschn/ngx-voyage: File Explorer for Angular and PrimeNG
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mschn/ngx-voyage

Repository files navigation

ngx-voyage

npmjs E2E tests Unit tests Coverage

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 highlight.js

You will need to have @angular/core, primeng and highlight.js as they are peer dependencies. Then you can use <ngx-voyage> in your app:

import { NgxVoyageComponent } from "ngx-voyage";

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

Built with

About

File Explorer for Angular and PrimeNG

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0