You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
isark 479a09c612
Some reactivity troubleshooting caused me to use services and "NgZone" to bring async tauri functions into angular's scope.
2 years ago
.vscode Some progress on the overlay state machine 2 years ago
src Some reactivity troubleshooting caused me to use services and "NgZone" to bring async tauri functions into angular's scope. 2 years ago
src-tauri Some tweaks to reduce some issues 2 years ago
.gitignore Updated readme, yarn.lock, package.json 2 years ago
README.md Updated readme, yarn.lock, package.json 2 years ago
angular.json initial commit, pre state machine implementation 2 years ago
package.json Some reactivity troubleshooting caused me to use services and "NgZone" to bring async tauri functions into angular's scope. 2 years ago
tsconfig.app.json initial commit, pre state machine implementation 2 years ago
tsconfig.json initial commit, pre state machine implementation 2 years ago
yarn.lock Some reactivity troubleshooting caused me to use services and "NgZone" to bring async tauri functions into angular's scope. 2 years ago

README.md

Prerequisites

Setup & Running

# yarn
yarn install
yarn dev

# npm
npm install
npm run dev