Skip to content

Commit 5e7b19f

Browse files
committed
minor fix
1 parent d78db5a commit 5e7b19f

File tree

5 files changed

+4
-90
lines changed

5 files changed

+4
-90
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# electron
44
/angular-electron-win32-x64
55
Release.key
6+
*.zip
67

78
# compiled output
89
/dist

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ npm run electron-build
2121

2222
## Lessons and Screencasts
2323

24-
Learn how to bulid this project step-by-step at https://angularfirebase.com
24+
Learn how to bulid this [Angular Electron](https://angularfirebase.com/lessons/desktop-apps-with-electron-and-angular/) project step-by-step.

Release.key

-51
This file was deleted.

src/app/app.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ <h1>Electron Timer</h1>
1414
</div>
1515

1616
<round-progress
17-
[max]="max"
18-
[current]="current"
17+
[max]="maxVal"
18+
[current]="currentVal"
1919
[radius]="100"
2020
[stroke]="25">
2121
</round-progress>

src/app/timer.ts

-36
This file was deleted.

0 commit comments

Comments
 (0)