Small Angular library which wraps around the tauri-api for better usage in Angular itself.
  • TypeScript 81.2%
  • JavaScript 12.5%
  • HTML 4.1%
  • Rust 1.2%
  • CSS 1%
Find a file
2022-01-15 23:57:58 +01:00
projects update package.json files 2022-01-15 23:57:58 +01:00
src-tauri Initial commit 2022-01-09 14:31:17 +01:00
.editorconfig Initial commit 2022-01-09 14:31:17 +01:00
.gitignore update to angular 13, added repo url and license 2022-01-15 21:39:03 +01:00
angular.json Initial commit 2022-01-09 14:31:17 +01:00
LICENSE Initial commit 2022-01-09 14:31:17 +01:00
package.json update package.json files 2022-01-15 23:57:58 +01:00
README.md update READMEs 2022-01-10 20:03:10 +01:00
tsconfig.json Initial commit 2022-01-09 14:31:17 +01:00
yarn.lock update to angular 13, added repo url and license 2022-01-15 21:39:03 +01:00

NgxTauri

This is currently in alpha

Small Angular library which wraps around the tauri-api for better usage in Angular itself. Currently not all modules are implementet.

Developing

First run yarn install.

Run yarn build to build the library. Run yarn start to start the example app. To start the Tauri-App run yarn tauri:dev.

Note: follow this guide to set up your dev-Environment to use Tauri properly.

The main code and more information of the library is in projects/ngx-tauri