[](https://www.npmjs.com/package/angular-nodegui)
npm install angular-nodegui
Build performant, native and cross-platform desktop applications with Angular.🚀
Angular NodeGUI is powered by Angular 🅰️ and Qt5 💚 which makes it CPU and memory efficient as compared to other chromium based solutions like electron. Angular NodeGUI is essentially a Angular renderer for NodeGUI.
Main docs: https://docs.nodegui.org
- CMake 3.1 and up
- Make, GCC v7
- NodeJS 12.x and up.
Setting up on macOS, Windows, Linux
```
npm i
npm start

Use NodeguiRouterModule instead of RouterModule for routing. Example
`js``
NodeguiRouterModule.forRoot(appRoutes);
#### Mac

#### Windows
