Build performant, native and cross-platform desktop applications with Angular.🚀
Angular NodeGUI is powered by Angular
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
NodeguiRouterModule.forRoot(appRoutes);