https://github.com/mschn/ngx-voyage
File Explorer for Angular and PrimeNG
https://github.com/mschn/ngx-voyage
angular file-explorer library primeng
Last synced: 3 months ago
JSON representation
File Explorer for Angular and PrimeNG
- Host: GitHub
- URL: https://github.com/mschn/ngx-voyage
- Owner: mschn
- License: mit
- Created: 2025-03-08T17:53:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-05T18:33:17.000Z (6 months ago)
- Last Synced: 2025-06-09T12:56:10.185Z (4 months ago)
- Topics: angular, file-explorer, library, primeng
- Language: TypeScript
- Homepage: https://mschn.github.io/ngx-voyage/
- Size: 4.58 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - ngx-voyage - File Explorer for Angular and PrimeNG. (Third Party Components / Viewers)
- fucking-awesome-angular - ngx-voyage - File Explorer for Angular and PrimeNG. (Third Party Components / Viewers)
README
# ngx-voyage
[](https://www.npmjs.com/package/ngx-voyage)
[](https://github.com/mschn/ngx-voyage/actions/workflows/e2e_tests.yml)
[](https://github.com/mschn/ngx-voyage/actions/workflows/unit_tests.yml)
[](https://sonarcloud.io/summary/new_code?id=mschn_ngx-voyage)`ngx-voyage` is a File Explorer component for [Angular](https://angular.dev/) and [PrimeNG](https://primeng.org/).\
Demo and docs: https://mschn.github.io/ngx-voyage/
![]()
## Quickstart
Install `ngx-voyage` with `npm`:
```bash
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 `` in your app:```ts
import { NgxVoyageComponent } from "ngx-voyage";@Component({
selector: "app-root",
imports: [NgxVoyageComponent],
template: '',
})
export class AppComponent {}
```## Built with
- [Angular](https://angular.dev/)
- [PrimeNG](https://primeng.org/)