Skip to content

Commit

Permalink
release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
irustm committed Nov 17, 2019
1 parent 6d76857 commit 2bf5a14
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions projects/angular-nodegui/README.md
@@ -1,5 +1,7 @@
# AngularNodeGUI

[![npm version](https://badge.fury.io/js/angular-nodegui.svg)](https://www.npmjs.com/package/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.
Expand Down Expand Up @@ -37,10 +39,26 @@ npm start
<img src="https://raw.githubusercontent.com/irustm/angular-nodegui/master/demo/demo_app.png" width="350" title="angular nodegui demo">
</p>

### Router

Use `NodeguiRouterModule` instead of `RouterModule` for routing. [Example](https://github.com/irustm/angular-nodegui/blob/master/src/app/app.module.ts#L23)

```js
NodeguiRouterModule.forRoot(appRoutes);
```

### Widget

[Link](https://github.com/irustm/angular-nodegui/tree/master/projects/weather-demo)

#### Mac

<p align="center">
<img src="https://raw.githubusercontent.com/irustm/angular-nodegui/master/demo/demo_widget_mac.png" width="300" title="angular nodegui demo">
</p>

#### Windows

<p align="center">
<img src="https://raw.githubusercontent.com/irustm/angular-nodegui/master/demo/demo_weather_widget.png" width="600" title="angular nodegui demo">
</p>
2 changes: 1 addition & 1 deletion projects/angular-nodegui/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-nodegui",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2bf5a14

Please sign in to comment.