File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 22
33< app-sidebar >
44 < router-outlet > </ router-outlet >
5- </ app-sidebar >
5+ </ app-sidebar >
Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ import { ClockComponent } from './components/shared/clock/clock.component';
2424 bootstrap : [ AppComponent ]
2525} )
2626export class AppModule { }
27+
Original file line number Diff line number Diff line change 1919 < script src ="https://kit.fontawesome.com/76d0c245a1.js " crossorigin ="anonymous "> </ script >
2020</ body >
2121
22- </ html >
22+ </ html >
You can’t perform that action at this time.
0 commit comments