Skip to content

Commit 2bf5a14

Browse files
committed
release 0.0.3
1 parent 6d76857 commit 2bf5a14

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

projects/angular-nodegui/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AngularNodeGUI
22

3+
[![npm version](https://badge.fury.io/js/angular-nodegui.svg)](https://www.npmjs.com/package/angular-nodegui)
4+
35
Build performant, native and cross-platform desktop applications with Angular.🚀
46

57
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.
@@ -37,10 +39,26 @@ npm start
3739
<img src="https://raw.githubusercontent.com/irustm/angular-nodegui/master/demo/demo_app.png" width="350" title="angular nodegui demo">
3840
</p>
3941

42+
### Router
43+
44+
Use `NodeguiRouterModule` instead of `RouterModule` for routing. [Example](https://github.com/irustm/angular-nodegui/blob/master/src/app/app.module.ts#L23)
45+
46+
```js
47+
NodeguiRouterModule.forRoot(appRoutes);
48+
```
49+
4050
### Widget
4151

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

54+
#### Mac
55+
56+
<p align="center">
57+
<img src="https://raw.githubusercontent.com/irustm/angular-nodegui/master/demo/demo_widget_mac.png" width="300" title="angular nodegui demo">
58+
</p>
59+
60+
#### Windows
61+
4462
<p align="center">
4563
<img src="https://raw.githubusercontent.com/irustm/angular-nodegui/master/demo/demo_weather_widget.png" width="600" title="angular nodegui demo">
4664
</p>

projects/angular-nodegui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-nodegui",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)