Skip to content

Commit 443a78a

Browse files
authored
Merge branch 'master' into TSheets-UI
2 parents edef9a3 + 9424a5d commit 443a78a

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# TimeTracker
1+
# Time-Tracker-UI
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.4.
3+
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 9.0.4.
44

55
## Development server
66

7-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
7+
Run `ng serve` to run the app in a dev mode, after executing this command you can navigate to `http://localhost:4200/` to see the app working.
8+
The app will automatically reload if you change anything in the source files.
89

910
## Code scaffolding
1011

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"tslib": "^1.10.0",
2424
"zone.js": "~0.10.2"
2525
},
26-
"devDependencies": {
26+
"devDependencies": {
2727
"@angular-devkit/build-angular": "^0.900.5",
2828
"@angular/cli": "~9.0.4",
2929
"@angular/compiler-cli": "~9.0.3",

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
<app-sidebar>
44
<router-outlet></router-outlet>
5-
</app-sidebar>
5+
</app-sidebar>

src/app/app.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ import { ClockComponent } from './components/shared/clock/clock.component';
2424
bootstrap: [AppComponent]
2525
})
2626
export class AppModule { }
27+

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
<script src="https://kit.fontawesome.com/76d0c245a1.js" crossorigin="anonymous"></script>
2020
</body>
2121

22-
</html>
22+
</html>

0 commit comments

Comments
 (0)