belnadris/angular-electron

Ultra-fast bootstrapping with Angular and Electron :speedboat:

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 11th, 2026
Created on April 2nd, 2017
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 1,353
Total Stargazers: 5,722 (+0)
Total Subscribers: 172 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 29.0 days
Mean response time: 179.7 days
90th percentile: 630.0 days
Tracked items: 26

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 9% of issues opened in the past year have been closed. Three people close 96% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (5)
  • wontfix (3)
  • duplicate (2)
  • enhancement (1)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

angular-electron is a project template that bootstraps desktop applications with Angular and Electron using TypeScript, SASS, and hot reload.

The project solves the problem of setting up a development environment that bridges Angular's web framework with Electron's desktop capabilities. It uses a two-package.json structure following Electron Builder conventions to optimize the final bundle while preserving Angular's tooling features. The renderer process runs Angular with hot reload enabled, while the main Electron process can be restarted but not hot reloaded. The template includes testing infrastructure with Vitest for unit tests and Playwright for end-to-end testing, and supports packaging applications for Linux, Windows, and macOS.

Developers should choose this template if they want to build desktop applications using Angular without manually configuring the integration between the two frameworks. It suits projects that need both web and Electron contexts, since it handles the complexity of importing dependencies correctly across both environments. The template includes examples of importing Electron APIs and native Node.js libraries from Angular components. Developers must use npm rather than yarn as the dependency manager due to compatibility issues with the packager.

The project receives infrequent responses to issues and pull requests, with first replies often delayed by weeks or longer. Work in the issue tracker centers on bug reports, questions, and enhancement requests.