angular-electron-starter | TypeScript Starter for building awesome desktop applications | Dektop Application library
kandi X-RAY | angular-electron-starter Summary
kandi X-RAY | angular-electron-starter Summary
Electron, Angular & TypeScript Starter for building awesome desktop applications.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of angular-electron-starter
angular-electron-starter Key Features
angular-electron-starter Examples and Code Snippets
Community Discussions
Trending Discussions on angular-electron-starter
QUESTION
I'm trying to build one small desktop app using:
- Angular 4+
- NodeJS
- Electron
- SQLite3
NodeJS will be used for scanning local user hdd and inserting specific files that are found into SQLite3 database.
I checked dozens of documentation and suggestions. Most of them suggest to use NodeJS express framework and make layer between Angular 4+ -> Express -> SQLite3.
I want to avoid using express framework because it is going to be desktop app and it is not needed at all.
What I tried and what I did:
I installed:
...ANSWER
Answered 2017-Oct-12 at 12:23I've just published a sample project which shows how to build a desktop app using Electron, Angular4 and Sqlite3. You can clone it here
Note I've node-gyp globally installed.
Hope it helps
QUESTION
I started messing around with Angular 2 and Electron, and used this starter package. Everything seems to be going well, I'm even able to use the node fs package to read from a directory.
The problem I'm having is that I can't seem to be able to use an absolute path for the readdirSync() method. It only takes a relative path.
I did find this in the docs for fs that you can use the URL package to show an absolute path for readdirSync(), like so:
...ANSWER
Answered 2017-Jul-05 at 13:38Documentation states that URL support was introduced in v7.6.0 and is experimental. Electron uses v7.4.0, thus you can not use URL with fs yet.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install angular-electron-starter
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page